pub const _start = {}; export fn foo() u32 { return 123; } export fn bar() u32 { return 456; }