dfmt/tests/otbs/issue0313.d.ref

13 lines
213 B
Plaintext

void main() {
foreach (v; a)
try {
foo();
} catch (Exception e) {
bar();
} catch (Exception e) {
bar();
} finally {
}
stuff();
}