oden/fine/tests/modules/import.fine
John Doty 60e8f64c01 [fine] Imports maybe
Feels a little sketchy
2024-03-07 20:07:41 -08:00

8 lines
130 B
Text

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