dmd/compiler/test/dshell/extra-files/dwarf/fix22352.d
2022-07-09 18:53:07 +02:00

8 lines
44 B
D

struct Foo
{}
void main()
{
Foo[] foo;
}