Merged r157653 through r157895 into branch.
[official-gcc.git] / gcc / testsuite / objc / execute / bf-18.m
blob96a8aeb8b19652616e4466e254e6525a6fdd4c68
1 #import "../../objc-obj-c++-shared/Object1.h"
2 #include <objc/objc.h>
3 #include <objc/objc-api.h>
5 @interface MyObject
7   Class isa;
8   int i;
9   char c[1];
11 @end
13 @implementation MyObject
14 @end
16 #include "bf-common.h"