Sign in
gnu
/
gcc
/
19220ca6aa79921cc431e41f25986e16410c7a6a
/
.
/
gcc
/
testsuite
/
objc.dg
/
id-1.m
blob: abc17bc67cc80e11dce04d43cacfb735f5bda361 [
file
] [
log
] [
blame
]
/* Test the id type warning. */
/* { dg-do compile } */
typedef
int
id
;
id b
;
/* { dg-warning "nexpected type for `id'" } */