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