PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / objc.dg / id-1.m
blob2bfcc63f9e74e491d8afd54454bf9c7c1ddb077d
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. was here" "" { target *-*-* } 0 } */
7 id b;