aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/crash58.C
blob: 922290f000ccea452f4768231e647865ca66e70a (plain)
1
2
3
4
5
6
7
8
9
10
// Build don't link: 
// GROUPS passed old-abort
class X {
public:
void doit();
};

X::::doit()// ERROR -  (syntax|parse) error.*
{
}