aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/empty_char_lit.zig
blob: 99d80778b19b041bd3fc92772de85bc4faa7719d (plain)
1
2
3
4
5
6
7
8
9
export fn entry() u8 {
    return '';
}

// error
// backend=stage2
// target=native
//
// :2:12: error: empty character literal