int x; void foobar(void){ int x; int y; return; } int y; int main(void){ int x; return 0; }