mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
5 lines
59 B
D
5 lines
59 B
D
// PERMUTE_ARGS:
|
|
void main()
|
|
{
|
|
extern int[1][1] foo;
|
|
}
|