diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-08-24 00:48:40 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-25 14:36:46 +0200 |
commit | 7212ea877ed85d3b85af90c902639df44fc493f2 (patch) | |
tree | c76d73e9882a832f82cef977efb6fb26fb0e4984 /tests/errors | |
parent | d6f368a3f400fea3e89280262a8147e7ce5d855c (diff) |
Add exported variable (only functions for now), export main func, start execution from main func
Diffstat (limited to 'tests/errors')
-rw-r--r-- | tests/errors/incorrect_main.amal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/errors/incorrect_main.amal b/tests/errors/incorrect_main.amal new file mode 100644 index 0000000..9d2a61f --- /dev/null +++ b/tests/errors/incorrect_main.amal @@ -0,0 +1 @@ +const main = fn(arg: i32) {}
\ No newline at end of file |