void bah(int *); void foo(int n) { int m = 10000; if (n) { char bar[m]; bah(bar); } }