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