blob: 4e1be8f0e1da6d6af1392cb709b3786d46adb3fc [file] [log] [blame]
int *x;
static void bar (char a[2][(*x)++]) {}
int
main (void)
{
exit (0);
}