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