summaryrefslogtreecommitdiff
path: root/tools/build/example/variant/a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/example/variant/a.cpp')
-rw-r--r--tools/build/example/variant/a.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/build/example/variant/a.cpp b/tools/build/example/variant/a.cpp
new file mode 100644
index 0000000000..42b69f3358
--- /dev/null
+++ b/tools/build/example/variant/a.cpp
@@ -0,0 +1,7 @@
+// Copyright Vladimir Prus 2004.
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt
+// or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+void l();
+int main() { l(); return 0; }