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