dfmt/tests/issue0430.d
WebFreak001 d33b878965 fix #430 already working
resolved with previous libdparse update
2019-11-25 17:09:51 +01:00

4 lines
No EOL
37 B
D

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