URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [objc.dg/] [anon-1.m] - Rev 826
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