aboutsummaryrefslogtreecommitdiff
path: root/doc/langref/test_without_setEvalBranchQuota_builtin.zig
blob: 5664c7225712ebb3fe595b2da332f0024ebed94e (plain)
1
2
3
4
5
6
7
8
test "foo" {
    comptime {
        var i = 0;
        while (i < 1001) : (i += 1) {}
    }
}

// test_error=evaluation exceeded 1000 backwards branches