Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / objc / execute / bf-7.m
blobc4e8d6e03038d8a67ce94bb5e4bd8875c325a844
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;
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"