summaryrefslogtreecommitdiffhomepage
path: root/64x0/cc2/regression-tests/pure2-statement-parse-error.cpp2
diff options
context:
space:
mode:
Diffstat (limited to '64x0/cc2/regression-tests/pure2-statement-parse-error.cpp2')
-rw-r--r--64x0/cc2/regression-tests/pure2-statement-parse-error.cpp25
1 files changed, 0 insertions, 5 deletions
diff --git a/64x0/cc2/regression-tests/pure2-statement-parse-error.cpp2 b/64x0/cc2/regression-tests/pure2-statement-parse-error.cpp2
deleted file mode 100644
index 3424703..0000000
--- a/64x0/cc2/regression-tests/pure2-statement-parse-error.cpp2
+++ /dev/null
@@ -1,5 +0,0 @@
-func: () = {
- a : int = 5;
- int b = 4;
- c: int = 3;
-}