ref: 040a49dbae747a2b7bd56c50e65a4ccc08af1253 dir: /tests/execute/0124-enumstruct.c/
struct { enum { X } x; } s; int main() { return X; }