diff options
Diffstat (limited to 'test/abi/001_in-c.myr')
-rw-r--r-- | test/abi/001_in-c.myr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/abi/001_in-c.myr b/test/abi/001_in-c.myr new file mode 100644 index 0000000..a398aee --- /dev/null +++ b/test/abi/001_in-c.myr @@ -0,0 +1,7 @@ +use std +use "001_types" + +pkg = + extern const fn_1_c : ( -> t1) + extern const check_c_to_myr_fns : (-> int) +;; |