aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/crash1.C
blob: f7caa2f00badf7ba85dcf77a41cdbb3b64a88f8d (plain)
1
2
3
4
5
6
class A
{
        enum B { ONE, TWO, THREE };
};

class A::B; // ERROR - A::B is not a class type