DCD/tests/tc_auto_variable/file.d

1 line
72 B
D

struct MyData{} MyData want() { return MyData(); } auto data = want(); d