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