aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-08-22 00:59:49 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:36:46 +0200
commitd6f368a3f400fea3e89280262a8147e7ce5d855c (patch)
tree4eb64eb0d18dad1e40c70a5bff974fe8033fe389 /tests
parentdf640dc7f55fef962b598562e10d8dd4d60fedc0 (diff)
Move thread work from compiler/parser to thread_work file, fix use after free bug in multithreaded parser allocator
Diffstat (limited to 'tests')
-rw-r--r--tests/bytecode.amal2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bytecode.amal b/tests/bytecode.amal
index 0aad6de..a8ea53b 100644
--- a/tests/bytecode.amal
+++ b/tests/bytecode.amal
@@ -1,3 +1,5 @@
+const b = @import("b.amal");
+
extern const print_extern: fn;
extern const print_extern_num: fn(num: i32);