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