diff options
Diffstat (limited to 'tests/io.amal')
-rw-r--r-- | tests/io.amal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io.amal b/tests/io.amal index 5505d44..0e1a682 100644 --- a/tests/io.amal +++ b/tests/io.amal @@ -1,5 +1,5 @@ const a = @import("sub/a.amal"); -const puts = fn { +pub const puts = fn { }
\ No newline at end of file |