mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +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'
|