mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 23:52:31 +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
|