1 2 3 4 5 6 7 8
/* PR c/41842 */ /* { dg-do compile } */ void f () { char x[g (h)]; /* { dg-error "undeclared|for each function" } */ }