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-21.m] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
#include <objc/objc.h> #include <objc/objc-api.h> #include <objc/Object.h> typedef enum { A, B } enumeration; @interface MyObject { enumeration g:4; } @end @implementation MyObject @end #include "bf-common.h"
Go to most recent revision | Compare with Previous | Blame | View Log