URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [objc.dg/] [id-1.m] - Rev 20
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test attempt to redefine 'id' in an incompatible fashion. */ /* { dg-do compile } */ typedef int id; /* { dg-error "conflicting types for .id." } */ /* { dg-error "previous declaration of .id. was here" "" { target *-*-* } 0 } */ id b;
Go to most recent revision | Compare with Previous | Blame | View Log