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