1 2 3 4 5 6
/* Test the id type warning. */ /* { dg-do compile } */ typedef int id; id b; /* { dg-warning "Unexpected type for `id'" } */