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

6 lines
102 B
Zig
Raw Normal View History

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