Files
2013-04-06 16:48:33 +02:00

7 lines
52 B
C

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