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