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