Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / tree-ssa / pr15791-2.C
blobfb8cbbe4c82b57e44bc5cf0e5e2f45869630181e
1 /* { dg-do link } */
2 /* { dg-options "" } */
4 void link_error ();
5 struct a {};
6 int main ()
8   struct a b[2];
9   if (&b[0] == &b[1])
10     link_error ();
11   return 0;