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;