blob: 23d6c83576ef548316cfe708eb26468c07221f68 [file] [log] [blame]
// PR c++/53848
extern "C"
{
struct s {
enum {
e = 0
} f;
};
}