dfmt/tests/otbs/issue0515.d.ref

6 lines
65 B
Plaintext

struct S {
ref S foo() return {
return this;
}
}