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