aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/redundant_inline.zig
blob: 8844ba78a3ea8f5dd658fb81fff87ef9d4af0d87 (plain)
1
2
3
4
5
6
7
comptime {
    inline for ("foo") |_| {}
}

// error
//
// :2:5: error: redundant inline keyword in comptime scope