Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / objc / execute / bf-13.m
blobf893bfdf78c5a84bf1e37831c21afdd3b8b42773
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   struct {
11     int i:2;
12     int j:6;
13     char s;
14     int k:12;
15   } flags;
16   char d;
17   void *pointer;
19 @end
21 @implementation MyObject
22 @end
24 #include "bf-common.h"