2014-12-26 11:26:52 +01:00

9 lines
63 B
C

extern void foo (void);
int
main ()
{
foo ();
return 0;
}