1 2 3 4 5 6 7
pub const _start = {}; export fn foo() u32 { return 123; } export fn bar() u32 { return 456; }