URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [objc/] [execute/] [bf-7.m] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
#include <objc/objc.h> #include <objc/objc-api.h> #include <objc/Object.h> @interface MyObject { Class isa; float f; char a; int i:2; int j:6; int k:12; char c; void *pointer; } @end @implementation MyObject @end #include "bf-common.h"
Go to most recent revision | Compare with Previous | Blame | View Log