PR c++/53848
[official-gcc.git] / gcc / testsuite / g++.dg / other / enum3.C
blob23d6c83576ef548316cfe708eb26468c07221f68
1 // PR c++/53848
3 extern "C"
5   struct s {
6     enum {
7       e = 0
8     } f;
9   };