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