dfmt/tests/issue0045.d
Hackerpilot 0a71960d98 Fix #45
2015-03-07 14:50:46 -08:00

6 lines
72 B
D

void doStuff()
{
for (; ; ) {
}
for (size_t i = 0; i < se.len; ){}
}