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