aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.jason/ref2.C
blob: 0fd789371e4efd062f7c48aa9e8b78bfaaf268df (plain)
1
2
3
4
5
6
// { dg-do assemble  }
// Bug: g++ can't deal with references to arrays.

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