URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc.dg/] [anon-1.m] - Rev 708
Go to most recent revision | 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
Go to most recent revision | Compare with Previous | Blame | View Log