zig/test/cases/x86_64-macos/hello_world_with_updates.1.zig
2022-06-30 09:57:38 +02:00

6 lines
102 B
Zig

pub export fn main() noreturn {}
// error
//
// :1:32: error: expected type 'noreturn', found 'void'