aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/redundant_in_comptime.zig
blob: dd5c5e976a8b72e601c795901521d84672d8129a (plain)
1
2
3
4
5
6
7
comptime {
    _ = @inComptime();
}

// error
//
// :2:9: error: redundant '@inComptime' in comptime scope