mirror of
https://github.com/ziglang/zig.git
synced 2024-12-04 10:58:58 +00:00
7 lines
141 B
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
|