blob: 450b2d5a5f9f82bf5165efdc8b89047b6045caeb [file]
extern void bar ();
int
main()
{
bar ();
return 0;
}