mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-16 04:00:50 +00:00
10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
-- import.aqua
|
|
module Import.Test
|
|
import foo from "export"
|
|
import someFunc from "ret"
|
|
|
|
use foo as f from "export" as Exp
|
|
|
|
use "export"
|
|
|
|
export foo as barfoo |