Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / objc / execute / bf-11.m
blob40d9b533a498a3d2c4c8fb80c7f0e6626798ed8a
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[3];
10   int i:2;
11   int j:6;
12   short s;
13   int k:12;
14   char d;
15   void *pointer;
17 @end
19 @implementation MyObject
20 @end
22 #include "bf-common.h"