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