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