dfmt/tests/knr/issue0313.d.ref

14 lines
213 B
Plaintext

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