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