1 2 3 4 5 6 7
comptime { comptime var x = undefined; } // error // // :2:5: error: 'comptime var' is redundant in comptime scope