mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-04-24 14:32:13 +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 |