dfmt/tests/otbs/issue0117.d.ref

6 lines
55 B
Plaintext

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