1999-05-03 07:29:11 +00:00

7 lines
52 B
C

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