from "tests/import/test_import" import { Point, foo }; function main() -> u32 { let p = Point { x: 1u32, y: 0u32 }; return foo() }