diff options
Diffstat (limited to 'tests/errors')
-rw-r--r-- | tests/errors/no_main_func.amal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/errors/no_main_func.amal b/tests/errors/no_main_func.amal new file mode 100644 index 0000000..c008d9e --- /dev/null +++ b/tests/errors/no_main_func.amal @@ -0,0 +1 @@ +const not_main = fn { }
\ No newline at end of file |