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