zig/test/cases/x86_64-windows/hello_world_with_updates.1.zig
2022-12-03 00:48:03 +02:00

7 lines
165 B
Zig

pub export fn main() noreturn {}
// error
//
// :1:22: error: function declared 'noreturn' implicitly returns
// :1:32: note: control flow reaches end of body here