Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / objc / execute / bf-8.m
blob8dfdccf65a7056121f003f35cd051badcfb33914
1 #import "../../objc-obj-c++-shared/Object1.h"
2 #include <objc/objc.h>
3 #include <objc/objc-api.h>
5 @interface MyObject
7   Class isa;
8   float f;
9   char a[3];
10   int i:2;
11   int j:6;
12   int k:12;
13   char c;
14   void *pointer;
16 @end
18 @implementation MyObject
19 @end
21 #include "bf-common.h"