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