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