aboutsummaryrefslogtreecommitdiff
path: root/tests/bytecode.amal
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bytecode.amal')
-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);