dfmt/tests/allman/issue0313.d.ref

21 lines
269 B
Plaintext

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