ObjC NeXT, split encode-support code from next-mapping.h
[gcc.git] / gcc / testsuite / objc / execute / bf-6.m
1 #include <objc/objc.h>
2
3 @interface MyObject
4 {
5 Class isa;
6 float f;
7 char a[3];
8 int i:2;
9 int j:3;
10 int k:12;
11 char c;
12 void *pointer;
13 }
14 @end
15
16 @implementation MyObject
17 @end
18
19 #include "bf-common.h"
20