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