dfmt/tests/issue0515.d
2020-10-07 02:19:55 -07:00

7 lines
69 B
D

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