blob: 2f2b7697bc97dc1c9315154dc75006b1b1a8a737 [file] [log] [blame]
/* PR c/41842 */
/* { dg-do compile } */
void
f ()
{
char x[g (h)]; /* { dg-error "undeclared" } */
/* { dg-message "undeclared identifier is reported only once" "reminder" { target *-*-* } 7 } */
}