blob: 670dd61c1e90a85d0b42e9785a5ac5ba3a1b1df8 [file] [log] [blame]
/* { dg-do compile } */
void (*baz_call)();
void baz ()
{
baz_call ();
}