aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/enum6.C
blob: 6fdcb4d14ee82700998b077e601b674d661432d5 (plain)
1
2
    enum E1 {a1, b1}; // ERROR - private
    int x1 = X::a1;  // ERROR - within this context