Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / objc / execute / bf-21.m
blob2587a0acd14ed59b088c57c1c402f0832fb31080
1 #include <objc/objc.h>
2 #include <objc/objc-api.h>
3 #include <objc/Object.h>
5 typedef enum 
7   A, B
8 } enumeration;
10 @interface MyObject
12   enumeration g:4;
14 @end
16 @implementation MyObject
17 @end
19 #include "bf-common.h"