Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.brendan / misc14.C
blob09242a46fa547a0a5a244ac0362652fee5518f89
1 // { dg-do assemble  }
2 // GROUPS passed miscellaneous-bugs
3 class X {
4 public:
5     enum e {
6         New // { dg-error "conflicts with previous" }
7         ,   // { dg-error "comma at end" }
8     };
10     static int New(int); // { dg-error "declaration of" }
13 int main() {}