summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/pkg-config/test4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/tools/build/example/pkg-config/test4.cpp')
-rw-r--r--src/boost/tools/build/example/pkg-config/test4.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/boost/tools/build/example/pkg-config/test4.cpp b/src/boost/tools/build/example/pkg-config/test4.cpp
new file mode 100644
index 000000000..ca9bcc738
--- /dev/null
+++ b/src/boost/tools/build/example/pkg-config/test4.cpp
@@ -0,0 +1,11 @@
+// Copyright 2019 Dmitry Arkhipov
+// 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)
+
+
+#if VERSIONED_API < 2
+# error "API is too old"
+#endif
+
+int main() {}