Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.brendan / array-refs.C
blobb834867de3a07c650a1ea6173cd0f081821fa506
1 // { dg-do assemble  }
2 // GROUPS passed arm
3 int a, b;
5 // declaring an array of references should be illegal
6 int & v[ 2] = { a, b};// { dg-error "" } .*