blob: 594b5ce54fa22f81de4da2c2187958c7ced49401 [file] [log] [blame]
void main()
{
foreach (divisor; !(2, 3, 4, 8, 7, 9))
{
// ice in ForeachRangeStatement::blockExit()
foreach (v; 0..uint.max) {}
// ice in WhileStatement::blockExit()
while (1) {}
}
}