blob: abc17bc67cc80e11dce04d43cacfb735f5bda361 [file] [log] [blame]
/* Test the id type warning. */
/* { dg-do compile } */
typedef int id;
id b; /* { dg-warning "nexpected type for `id'" } */