dfmt/tests/issue0430.d

4 lines
37 B
D

void f(bool body) {
if (body) {
}
}