Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / tree-ssa / pr15791-2.c
blobdf68bfeba7f0de75b334f91f134a92f699f5490c
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;