summaryrefslogtreecommitdiff
path: root/tests/parser/test-005.cli
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser/test-005.cli')
-rw-r--r--tests/parser/test-005.cli6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/parser/test-005.cli b/tests/parser/test-005.cli
new file mode 100644
index 0000000..84dc24f
--- /dev/null
+++ b/tests/parser/test-005.cli
@@ -0,0 +1,6 @@
+class c
+{
+ bool -a;
+ int -b;
+ float -c;
+};