dfmt/tests/allman/issue0109.d.ref

8 lines
164 B
Plaintext

unittest
{
sourceLoop: for (; childCodes.length > 0 && sourceListStore.iterIsValid(sourceIter);
sourceListStore.iterNext(sourceIter))
{
}
}