d30f162 ^
1 2 3 4 5
int main() { struct C {int x;} *c; /* fail because no member called `y' */ c->y; }