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