summaryrefslogtreecommitdiff
path: root/gcc/testsuite/objc.dg/id-1.m
blob: 026a6d4b8aeb27f077ccacf020d9b128e5ad2303 (plain)
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'" } */