dfmt/tests/allman/issue0117.d.ref
2015-03-18 16:22:04 -07:00

7 lines
59 B
Text

struct A
{
int i; // Comment
~this()
{
}
}