aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/crash12.C
blob: 0671c7b8970b94e168cade9e54148ee9745e87ed (plain)
1
2
3
4
5
6
7
8
9
10
// Build don't link: 
// GROUPS passed old-abort
class X
{
        int i;
public:
        X(int j);
}

X *x = new X[10]();// ERROR - .*