zig/test/cases/compile_errors/tab_inside_comment.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'