blob: 0eaa45c7f1df3e5331c71010743bb30fe893b0be [file] [log] [blame]
// Build don't link:
// GROUPS passed arm
int a, b;
// declaring an array of references should be illegal
int & v[ 2] = { a, b};// ERROR - .*