summaryrefslogtreecommitdiff
path: root/tests/parser/test-007-base.cli
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser/test-007-base.cli')
-rw-r--r--tests/parser/test-007-base.cli11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/parser/test-007-base.cli b/tests/parser/test-007-base.cli
new file mode 100644
index 0000000..7c02a39
--- /dev/null
+++ b/tests/parser/test-007-base.cli
@@ -0,0 +1,11 @@
+class b1 {};
+
+namespace n1
+{
+ class b2 {};
+
+ namespace i1
+ {
+ class b3 {};
+ }
+}