From d6f368a3f400fea3e89280262a8147e7ce5d855c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 22 Aug 2019 00:59:49 +0200 Subject: Move thread work from compiler/parser to thread_work file, fix use after free bug in multithreaded parser allocator --- tests/bytecode.amal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/bytecode.amal') 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); -- cgit v1.2.3