Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / objc / execute / bf-20.m
blobe01f065b8e081bc315781d24c208b69f879bad5c
1 #include <objc/objc.h>
2 #include <objc/objc-api.h>
3 #include <objc/Object.h>
5 @interface MyObject
7   short s;
8   char c;
10 @end
12 @implementation MyObject
13 @end
15 #include "bf-common.h"