96a8aeb8b19652616e4466e254e6525a6fdd4c68
[gcc.git] / gcc / testsuite / objc / execute / bf-18.m
1 #import "../../objc-obj-c++-shared/Object1.h"
2 #include <objc/objc.h>
3 #include <objc/objc-api.h>
4
5 @interface MyObject
6 {
7 Class isa;
8 int i;
9 char c[1];
10 }
11 @end
12
13 @implementation MyObject
14 @end
15
16 #include "bf-common.h"
17