diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-03-18 23:47:45 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-25 14:36:46 +0200 |
commit | 2323ca6c9ec3c8ee76b9acf13745b80b92952a6a (patch) | |
tree | 93013237dbcb0fa96ceb5f3c026fd040aff464cf /tests/sub | |
parent | 5a93c32a59775cd1be4b4f450e8230016b434366 (diff) |
Add struct, import caching, binop ops etc
Diffstat (limited to 'tests/sub')
-rw-r--r-- | tests/sub/a.amal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sub/a.amal b/tests/sub/a.amal new file mode 100644 index 0000000..1e9c8a4 --- /dev/null +++ b/tests/sub/a.amal @@ -0,0 +1 @@ +const b = @import("../b.amal");
\ No newline at end of file |