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