Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / objc / execute / bf-17.m
blob4c3b854962c9b82189ab73403fdc665473bbbc82
1 #include <objc/objc.h>
2 #include <objc/objc-api.h>
3 #include <objc/Object.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;
19 @end
21 @implementation MyObject
22 @end
24 #include "bf-common.h"