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