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