Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
doc
langref
test_without_setEvalBranchQuota_builtin.zig
pretty
plain
permalink
blame
history
•
8 lines
•
153 B
1
test "foo" {
2
comptime {
3
var i = 0;
4
while (i < 1001) : (i += 1) {}
5
}
6
}
7
8
// test_error=evaluation exceeded 1000 backwards branches