mirror of
https://codeberg.org/ziglang/zig
synced 2026-03-16 23:21:44 +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
|