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

// error
// backend=stage2
// target=native
//
// :2:22: error: unused capture
// :2:38: error: unused capture