dfmt/tests/issue0117.d

6 lines
50 B
D

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