aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/init12.C
blob: 7d7c13a47e3dca65a552f832c8576e656b17a784 (plain)
1
2
3
4
5
6
7
8
9
// Build don't link: 
// GROUPS passed array-bindings
char * bob();

int main()
{
    char a[1][2];
    a[0] = bob();// ERROR - .*
}