1export fn zig_panic() void {
2 @panic("called zig_panic");
3}
4pub const _start = {}; // entry point is in main.m