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/empty_body_regular_func.amal | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/errors/empty_body_regular_func.amal (limited to 'tests/errors/empty_body_regular_func.amal') diff --git a/tests/errors/empty_body_regular_func.amal b/tests/errors/empty_body_regular_func.amal new file mode 100644 index 0000000..afc3363 --- /dev/null +++ b/tests/errors/empty_body_regular_func.amal @@ -0,0 +1 @@ +const func: fn; \ No newline at end of file -- cgit v1.2.3