1 extern int x;
2 
foobar(void)3 void foobar (void) { x--; }
4