mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 11:27:09 +03:00
8 lines
120 B
Zig
8 lines
120 B
Zig
comptime {
|
|
comptime var x = undefined;
|
|
}
|
|
|
|
// error
|
|
//
|
|
// :2:5: error: 'comptime var' is redundant in comptime scope
|