(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.jason/
ref2.C
// { dg-do assemble  }
// Bug: g++ can't deal with references to arrays.

typedef float Matrix[4][4];
Matrix m;
Matrix& f () { return m; }