mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-24 20:21:48 +00:00
Better testing infrastructure; Initial exports/imports/re-exports
This commit is contained in:
3
tests/compiler/import.ts
Normal file
3
tests/compiler/import.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import { add, renamed_sub as sub, a, renamed_b as b } from "./export";
|
||||
|
||||
add(a, b) + sub(b, a);
|
Reference in New Issue
Block a user