blob: af8268bda9ceb06ead88ced5b28b87c5cc7b53cc [file] [log] [blame]
extern int common1[8];
extern void foo ();
int
bar ()
{
foo ();
return common1[4];
}