// file 2
int lower(void)
{
    extern int aaa;

  int bbb;
  aaa++;
  ...
}