oden/fine/tests/modules/import.fine
John Doty 2c03989da3 [fine] Working on rebuilding declarations
Running into walls dealing with imported declarations, thinking maybe
this structure will help me.
2024-03-28 16:56:42 -07:00

9 lines
172 B
Text

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