URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc.dg/] [property/] [property-neg-2.m] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ @interface Bar @end @implementation Bar @property int FooBar; /* { dg-error "property declaration not in @interface or @protocol context" } */ @end
Go to most recent revision | Compare with Previous | Blame | View Log