URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [objc.dg/] [pch/] [interface-1.m] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
#include "interface-1.h" @implementation TestClass + (int) test { return 0; } @end int main (void) { return [TestClass test]; }
Go to most recent revision | Compare with Previous | Blame | View Log