blob: e72ae53e9539ea4bcacc17b93a5b6f5734469cd7 [file] [log] [blame]
extern int a;
extern int foo (void);
int
foo (void)
{
return a;
}