Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / ref2.C
blob0fd789371e4efd062f7c48aa9e8b78bfaaf268df
1 // { dg-do assemble  }
2 // Bug: g++ can't deal with references to arrays.
4 typedef float Matrix[4][4];
5 Matrix m;
6 Matrix& f () { return m; }