Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / objc / execute / bf-16.m
blobdea379c89108195d06de9d7ac14a8b34e86c9bee
1 #import "../../objc-obj-c++-shared/Object1.h"
2 #include <objc/objc.h>
3 #include <objc/objc-api.h>
5 struct A {
6   int i;
7   float f;
8   int a:3;
9   int b:2;
12 @interface MyObject
14   Class isa;
15   int i;
16   float f[3];
17   struct A a, b;
18   char c;
20 @end
22 @implementation MyObject
23 @end
25 #include "bf-common.h"