blob: 8ace94a77ea7de73f3fe668cddd0886fa00954d7 [file] [log] [blame]
/* PR c/71573 */
/* { dg-do compile } */
void
f1 (void)
{
extern int t;
}
void
f2 (void)
{
t (0); /* { dg-error "called object .t. is not a function or function pointer" } */
}