URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [objc/] [execute/] [bf-4.m] - Rev 12
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[3]; struct { int i:2; int j:6; int k:12; } flags; char c; void *pointer; } @end @implementation MyObject @end #include "bf-common.h"