dfmt/tests/knr/issue0314.d.ref

11 lines
126 B
Plaintext

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