aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/capture_by_ref_if.zig
blob: 12342344b0b17d481a5de7cda627572c65621af3 (plain)
1
2
3
4
5
6
7
8
test {
    if (undefined) |*ident| {} else |err| {}
}

// error
//
// :2:22: error: unused capture
// :2:38: error: unused capture