1 2 3 4 5 6 7 8
comptime { var x = doesnt_exist.whatever; _ = x; } // error // // :2:13: error: use of undeclared identifier 'doesnt_exist'