1 /* { dg-do compile } */
2 
3 void (*baz_call)();
baz()4 void baz ()
5 {
6   baz_call ();
7 }
8