From fabbe60b014a02b2ab94e57ab3866e28c67d36ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 22 Aug 2009 10:25:12 +0200 Subject: Add a test for the parser --- tests/parser/test-005.cli | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/parser/test-005.cli (limited to 'tests/parser/test-005.cli') 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; +}; -- cgit v1.1