Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
objc.dg
/
id-1.m
blob: 271dbe64e967fa4a605b5d62f4323c66ec171c34 [
file
] [
log
] [
blame
]
/* Test attempt to redefine 'id' in an incompatible fashion. */
/* { dg-do compile } */
typedef
int
id
;
/* { dg-error "conflicting types for .id." } */
/* { dg-message "previous declaration of .id." "" { target *-*-* } 0 } */
id b
;