aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bugs/2557.zig
blob: 05cf8156c03d72520108f44afd59402d8a2fe339 (plain)
1
2
3
4
5
6
test {
    var a = if (true) {
        return;
    } else true;
    _ = a;
}