typedef struct { int x; } foo; void f() { foo *foo; foo *bar; }