void ftest(int a,int b[10][a]) { //ftest(a,b); // the recursive call would lead to bug #852 }