mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +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 |