Don't warn when alignment of global common data exceeds maximum alignment.
[official-gcc.git] / gcc / testsuite / gdc.dg / gdc127.d
blob9de85aa5a0a47750f8a14c584f51912635722d72
1 // https://bugzilla.gdcproject.org/show_bug.cgi?id=127
2 // { dg-do compile }
4 int[0] test127a; // OK
5 int[1][0] test127b; // OK
6 int[0][1] test127c; // ICE