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