summaryrefslogtreecommitdiff
path: root/tests/specifier/test.cli
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specifier/test.cli')
-rw-r--r--tests/specifier/test.cli13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/specifier/test.cli b/tests/specifier/test.cli
new file mode 100644
index 0000000..e9c9ad0
--- /dev/null
+++ b/tests/specifier/test.cli
@@ -0,0 +1,13 @@
+// file : tests/specifier/test.cli
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// license : MIT; see accompanying LICENSE file
+
+include <string>;
+
+class options
+{
+ bool -a;
+ int -b = 1;
+ std::string -c;
+};