zig/test/cases/x86_64-linux/hello_world_with_updates.1.zig
2022-07-11 17:55:19 +03:00

7 lines
143 B
Zig

pub export fn _start() noreturn {}
// error
//
// :1:34: error: function declared 'noreturn' returns
// :1:24: note: 'noreturn' declared here