Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
doc
langref
test_setEvalBranchQuota_builtin.zig
pretty
plain
permalink
blame
history
•
9 lines
•
138 B
1
test "foo" {
2
comptime {
3
@setEvalBranchQuota(1001);
4
var i = 0;
5
while (i < 1001) : (i += 1) {}
6
}
7
}
8
9
// test