1int *x;
2static void bar (char a[2][(*x)++]) {}
3int
4main (void)
5{
6  exit (0);
7}
8