zig/test/cases/compile_errors/redundant_comptime_var.zig

7 lines
120 B
Zig

comptime {
comptime var x = undefined;
}
// error
//
// :2:5: error: 'comptime var' is redundant in comptime scope