mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-15 19:50:51 +00:00
9 lines
150 B
Plaintext
9 lines
150 B
Plaintext
|
-- import.aqua
|
||
|
module Import.Test
|
||
|
import foobar from "export.aqua"
|
||
|
|
||
|
use foo as f from "export.aqua" as Exp
|
||
|
|
||
|
use "export.aqua"
|
||
|
|
||
|
export foobar as barfoo
|