URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [objc.dg/] [anon-1.m] - Rev 309
Compare with Previous | Blame | View Log
/* Test for graceful handling of anonymous ivars. */ /* { dg-do compile } */ @interface Foo { unsigned char : 1; int e: 3; signed: 2; float f; } @end @implementation Foo @end