mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +00:00
9 lines
143 B
Zig
9 lines
143 B
Zig
// Some comment
|
|
export fn entry() void {}
|
|
|
|
// error
|
|
// backend=stage2
|
|
// target=native
|
|
//
|
|
// :1:8: error: comment contains invalid byte: '\t'
|