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