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