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