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