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