summaryrefslogtreecommitdiff
path: root/cli-tests/ctor/test.cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli-tests/ctor/test.cli')
-rw-r--r--cli-tests/ctor/test.cli8
1 files changed, 8 insertions, 0 deletions
diff --git a/cli-tests/ctor/test.cli b/cli-tests/ctor/test.cli
new file mode 100644
index 0000000..94797fb
--- /dev/null
+++ b/cli-tests/ctor/test.cli
@@ -0,0 +1,8 @@
+// file : ctor/test.cli
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// license : MIT; see accompanying LICENSE file
+
+class options
+{
+ bool --help;
+};