1 2 3 4 5 6 7 8 9 10
pub fn main() void { false catch |err| switch (err) { else => {}, }; } // error // target=x86_64-linux // // :2:23: error: expected error union type, found 'bool'