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