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