2016-07-21 21:35:07 +02:00

9 lines
67 B
C

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