mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
11 lines
201 B
Zig
11 lines
201 B
Zig
fn main() void {}
|
|
|
|
// error
|
|
// target=x86_64-linux
|
|
// output_mode=Exe
|
|
//
|
|
// : error: 'main' is not marked 'pub'
|
|
// :1:1: note: declared here
|
|
// : note: called inline here
|
|
// : note: called inline here
|