Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / objc.dg / id-1.m
blob271dbe64e967fa4a605b5d62f4323c66ec171c34
1 /* Test attempt to redefine 'id' in an incompatible fashion.  */
2 /* { dg-do compile } */
4 typedef int id;  /* { dg-error "conflicting types for .id." } */
5 /* { dg-message "previous declaration of .id." "" { target *-*-* } 0 } */
7 id b;