1 2 3 4 5 6 7 8
test { while (undefined) |*foo| {} else |err| {} } // error // // :2:25: error: unused capture // :2:39: error: unused capture