rfg22.C   [plain text]


static void f ();		// ERROR - used but not defined

void g ()
{
  f ();
}