dmd/compiler/test/compilable/test6089.d
2022-07-09 18:53:07 +02:00

5 lines
59 B
D

// PERMUTE_ARGS:
void main()
{
extern int[1][1] foo;
}