Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / objc / execute / bf-4.m
blobae8017c688e6398d3b77f0df998a9655d575f184
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   struct {
11     int i:2;
12     int j:6;
13     int k:12;
14   } flags;
15   char c;
16   void *pointer;
18 @end
20 @implementation MyObject
21 @end
23 #include "bf-common.h"