dfmt/tests/issue0515.d

8 lines
69 B
D

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