From a8a55bc93e06cd8f75f7d397c013f7a312ea29a4 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 9 Jan 2024 11:59:12 +0100 Subject: 64asm/64ld: MP-UX specialized 64x0 assembler. Refer to 64x0 the X64000 specific toolchain. Signed-off-by: Amlal El Mahrouss --- 64x0/cc2/regression-tests/pure2-statement-parse-error.cpp2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 64x0/cc2/regression-tests/pure2-statement-parse-error.cpp2 (limited to '64x0/cc2/regression-tests/pure2-statement-parse-error.cpp2') diff --git a/64x0/cc2/regression-tests/pure2-statement-parse-error.cpp2 b/64x0/cc2/regression-tests/pure2-statement-parse-error.cpp2 new file mode 100644 index 0000000..3424703 --- /dev/null +++ b/64x0/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