zig/test/cases/x86_64-windows/hello_world_with_updates.1.zig

7 lines
141 B
Zig

pub export fn main() noreturn {}
// error
//
// :1:32: error: function declared 'noreturn' returns
// :1:22: note: 'noreturn' declared here