struct id1 *p;           /* ok    */
int func(struct id2* p); /* OUCH! */

int main() { return 0; }