summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/objc.dg/id-1.m
blob: abc17bc67cc80e11dce04d43cacfb735f5bda361 (plain)
1
2
3
4
5
6
/* Test the id type warning.  */
/* { dg-do compile } */

typedef int id;

id b; /* { dg-warning "nexpected type for `id'" } */
OpenPOWER on IntegriCloud