// file 1
int aaa;

int upper(void)
{
  int bbb;
  aaa++;
  ...
}