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