mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-24 01:21:16 -04:00
8 lines
107 B
Zig
8 lines
107 B
Zig
comptime {
|
|
_ = @inComptime();
|
|
}
|
|
|
|
// error
|
|
//
|
|
// :2:9: error: redundant '@inComptime' in comptime scope
|