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