mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
7 lines
120 B
Zig
7 lines
120 B
Zig
comptime {
|
|
comptime var x = undefined;
|
|
}
|
|
|
|
// error
|
|
//
|
|
// :2:5: error: 'comptime var' is redundant in comptime scope
|