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