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