blob: 7be8ba03fc0bf46fa064954c00973bb5b5f03f36 [file] [log] [blame]
static void f (); // ERROR - used but not defined
void g ()
{
f ();
}