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