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