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