1 2 3 4 5 6 7 8 9
comptime { var a: bool = undefined; _ = &a; _ = a and a; } // error // // :4:9: error: use of undefined value here causes illegal behavior