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