Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / objc / execute / bf-21.m
blob423bde0e5f4d22d91088e1ed04944824244d0883
1 #import "../../objc-obj-c++-shared/Object1.h"
2 #include <objc/objc.h>
3 #include <objc/objc-api.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"