master
1test "foo" {
2    comptime {
3        @setEvalBranchQuota(1001);
4        var i = 0;
5        while (i < 1001) : (i += 1) {}
6    }
7}
8
9// test