mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-13 23:46:16 +01:00
7 lines
107 B
Zig
7 lines
107 B
Zig
comptime {
|
|
_ = @inComptime();
|
|
}
|
|
|
|
// error
|
|
//
|
|
// :2:9: error: redundant '@inComptime' in comptime scope
|