7 lines
52 B
C
Raw Normal View History

2012-03-26 21:18:29 +02:00
extern int foo ();
int
func ()
{
return foo ();
}