URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc.dg/] [property/] [property-neg-6.m] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* Check for proper declaration of @property. */ /* { dg-do compile } */ @interface Bar { int iVar; } @property int FooBar /* { dg-error "expected ':', ',', ';', '\}' or '__attribute__' at end of input" } */ /* { dg-error "expected ..end. at end of input" "" { target *-*-* } 8 } */
Go to most recent revision | Compare with Previous | Blame | View Log