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