mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 04:25:05 +00:00
8 lines
115 B
Zig
8 lines
115 B
Zig
comptime {
|
|
inline for ("foo") |_| {}
|
|
}
|
|
|
|
// error
|
|
//
|
|
// :2:5: error: redundant inline keyword in comptime scope
|