struct A; const int k=9; struct A{ int a[32/k]; }; int main(){ struct A b; b.a[0] = 0; return b.a[0]; }