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