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