0190-enum_ary.c (95B)
1 enum { Bla = 0, Bla2 = 1 }; 2 3 struct node { 4 char name[Bla2]; 5 }; 6 7 int 8 main(void) 9 { 10 return 0; 11 }