• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 extern int x;
2 
foobar(void)3 void foobar (void) { x--; }
4