1 2 3 4 5 6 7
export @noreturn fn abort_fixed() void = { halt(); }; export @noreturn @symbol("rt.abort") fn abort_() void = { halt(); };