1 // PR c++/53848
2 
3 extern "C"
4 {
5   struct s {
6     enum {
7       e = 0
8     } f;
9   };
10 }
11