Blob Blame History Raw
extern int a;

extern int foo (void);

int
foo (void)
{
  return a;
}