Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / objc / execute / bf-15.m
blobe6e7b30607d80d367ae94f4e112de04d1779bf7c
1 #include <objc/objc.h>
2 #include <objc/objc-api.h>
3 #include <objc/Object.h>
5 @interface MyObject
7   Class isa;
8   float f;
9   char a;
10   struct {
11     int i:2;
12     int j:6;
13     int 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"