dfmt/tests/knr/issue0117.d.ref

7 lines
59 B
Plaintext

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