blob: f1cb6b492bd1ede68b1402ae6192086c0f663570 [file] [log] [blame]
extern void foo (void);
int
main (void)
{
foo ();
return 0;
}