OSDN Git Service

36a7ea6c61bcfeb5ededcaa03fcca9c5a9a4fe0b
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc / execute / bf-18.m
1 #include <objc/objc.h>
2 #include <objc/objc-api.h>
3 #include <objc/Object.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