modula2: M2MetaError.{def,mod} and P2SymBuild.mod further cleanup
[official-gcc.git] / gcc / testsuite / gcc.dg / pr106189.c
blob7c6e548a51f7d497b874c7b122ebf6738eba24de
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Warray-bounds=2 -w" } */
4 int a_n_0_0_a[][0];
5 void T(int);
6 void a_n_0_0() { T(((char *)a_n_0_0_a)[1]); }