mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
8 lines
135 B
Zig
8 lines
135 B
Zig
pub fn main() void {
|
|
var a: comptime u32 = 0;
|
|
}
|
|
|
|
// error
|
|
//
|
|
// :2:12: error: redundant comptime keyword in already comptime scope
|