Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / objc / execute / bf-19.m
blob21775e7c77e90d64404363caed88a1b94ec94172
1 #include <objc/objc.h>
2 #include <objc/objc-api.h>
3 #include <objc/Object.h>
5 @interface MyObject
7   Class isa;
8   unsigned int i;
9   MyObject *object;
11 @end
13 @implementation MyObject
14 @end
16 #include "bf-common.h"