dfmt/tests/otbs/issue0314.d.ref

10 lines
126 B
Plaintext

void main() {
auto d = {
if (a)
foreach (b; c) {
}
else
e();
};
}