URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc/] [execute/] [bf-17.m] - Rev 708
Go to most recent revision | Compare with Previous | Blame | View Log
#include <objc/objc.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