aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/invalid_unicode_escape.zig
blob: c09c55c0d63333957a1b8cc5cc56c44023f61e40 (plain)
1
2
3
4
5
6
7
8
export fn entry() void {
    const a = '\u{12z34}';
}

// error
//
// :2:21: error: expected hex digit or '}', found 'z'