URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [objc/] [execute/] [protocol.m] - Rev 326
Go to most recent revision | 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; }
Go to most recent revision | Compare with Previous | Blame | View Log