dfmt/tests/knr/issue0515.d.ref

7 lines
69 B
Plaintext

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