const int max1 = 50; typedef struct { int a; float b; const char *s; } foo; typedef struct { long x; short y; foo[max1] _foo; } bar; bar[1000] _bar;