ObjC NeXT, split encode-support code from next-mapping.h
[gcc.git] / gcc / testsuite / objc / execute / bf-19.m
1 #include <objc/objc.h>
2
3 @interface MyObject
4 {
5 Class isa;
6 unsigned int i;
7 MyObject *object;
8 }
9 @end
10
11 @implementation MyObject
12 @end
13
14 #include "bf-common.h"