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