FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / misc14.C
blob024566fc2c870338279771045c084edbff8d57a4
1 // Build don't link: 
2 // GROUPS passed miscellaneous-bugs
3 class X {
4 public:
5     enum e {
6         New,// ERROR -  conflicts with other.*
7     }; // ERROR - comma
9     static int New(int);// ERROR -  declaration.*
12 int main() {}