1comptime { 2 var a: i64 = undefined; 3 var b: u6 = undefined; 4 _ = &a; 5 _ = &b; 6 _ = @shlWithOverflow(a, b); 7} 8 9// error 10// 11// :6:26: error: use of undefined value here causes illegal behavior