aboutsummaryrefslogtreecommitdiff
path: root/test/cases/x86_64-macos/hello_world_with_updates.1.zig
blob: 435747c2ee1f8c43c7e5950011526fd0507f8a6f (plain)
1
2
3
4
5
pub export fn main() noreturn {}

// error
//
// :1:32: error: expected type 'noreturn', found 'void'