mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 14:24:43 +00:00
8 lines
143 B
Zig
8 lines
143 B
Zig
// Some comment
|
|
export fn entry() void {}
|
|
|
|
// error
|
|
// backend=stage2
|
|
// target=native
|
|
//
|
|
// :1:8: error: comment contains invalid byte: '\t'
|