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