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.2.2/] [gcc/] [testsuite/] [objc/] [execute/] [protocol.m] - Rev 154
Compare with Previous | Blame | View Log
@protocol Foo - (void)foo; @end @interface Foo_c <Foo> { } - (void)foo; @end @implementation Foo_c - (void)foo { } @end int main (void) { return 0; }