aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/array-refs.C
blob: 0eaa45c7f1df3e5331c71010743bb30fe893b0be (plain)
1
2
3
4
5
6
// Build don't link: 
// GROUPS passed arm
int a, b;

// declaring an array of references should be illegal
int & v[ 2] = { a, b};// ERROR - .*