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