From 263915832993dd12beee10e204f9ebcc6c786ed2 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 30 Dec 2023 23:39:37 +0100 Subject: Meta: initial commit of WestCo optimized toolchain. Signed-off-by: Amlal El Mahrouss --- CompilerDriver/cc2/regression-tests/pure2-statement-parse-error.cpp2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CompilerDriver/cc2/regression-tests/pure2-statement-parse-error.cpp2 (limited to 'CompilerDriver/cc2/regression-tests/pure2-statement-parse-error.cpp2') 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; +} -- cgit v1.2.3