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/] [bf-17.m] - Rev 326
Go to most recent revision | Compare with Previous | Blame | View Log
#import "../../objc-obj-c++-shared/Object1.h" #include <objc/objc.h> #include <objc/objc-api.h> struct A { int i; float f; int a:3; int b:2; }; @interface MyObject { Class isa; int i; float f[3]; struct A a; } @end @implementation MyObject @end #include "bf-common.h"
Go to most recent revision | Compare with Previous | Blame | View Log