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