From 1f28c3c733ea3ae4234bff91e1c55e61b1ee3e96 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 31 Jul 2019 01:25:05 +0200 Subject: Starting on asm, implementing extern function call so progress is visible --- tests/errors/non_arithmetic_type_arithmetic.amal | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/errors/non_arithmetic_type_arithmetic.amal (limited to 'tests/errors/non_arithmetic_type_arithmetic.amal') diff --git a/tests/errors/non_arithmetic_type_arithmetic.amal b/tests/errors/non_arithmetic_type_arithmetic.amal new file mode 100644 index 0000000..6635d06 --- /dev/null +++ b/tests/errors/non_arithmetic_type_arithmetic.amal @@ -0,0 +1,4 @@ +const main = fn { + const value = "hello, world"; + const value2 = value + value; +} \ No newline at end of file -- cgit v1.2.3