8 lines
130 B
Text
8 lines
130 B
Text
import "./foo.fine" as foo;
|
|
|
|
fun test() -> string {
|
|
foo.hello() + " world"
|
|
}
|
|
|
|
// TODO: Obviously run the code duh
|
|
// @no-errors
|