blob: 56789452a5bbbf8ffeb69fac206162c4ce9a9958 [file] [log] [blame] [edit]
extern int foo ();
int
func ()
{
return foo ();
}