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