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