URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc/] [execute/] [class-1.m] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */ #include <objc/objc.h> /* Tests creating a RootClass */ @interface RootClass { Class isa; } @end @implementation RootClass @end #include "class-tests-1.h" int main (void) { test_class_with_superclass ("RootClass", ""); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log