ref: ec4c79f3a6ed97ec0c407a870827382cbefb1166 dir: /tests/cc/execute/0190-enum_ary.c/
enum { Bla = 0, Bla2 = 1 }; struct node { char name[Bla2]; }; int main(void) { return 0; }