summaryrefslogtreecommitdiff
path: root/tests/erase/test.cli
diff options
context:
space:
mode:
Diffstat (limited to 'tests/erase/test.cli')
-rw-r--r--tests/erase/test.cli10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/erase/test.cli b/tests/erase/test.cli
new file mode 100644
index 0000000..57820c0
--- /dev/null
+++ b/tests/erase/test.cli
@@ -0,0 +1,10 @@
+// file : tests/erase/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 -a;
+ int -b;
+};