function one() -> u32 { return 1u32 } function main() -> u32 { return one() }