DCD/tests/tc_anon_struct/file.d

2 lines
74 B
D

struct Foo { struct { int avariable; } } void main(){ Foo foo; foo.ava }