cross1.c   [plain text]


extern int foo ();
int
func ()
{
  return foo ();
}