2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / objc / execute / bf-10.m
blob77076da51ed9a28f48c208a4f8622f1032fad87f
1 #include <objc/objc.h>
2 #include <objc/objc-api.h>
3 #include <objc/Object.h>
5 @interface MyObject
7   Class isa;
8   float f;
9   char a[3];
10   int i:2;
11   int j:6;
12   char c;
13   int k:12;
14   char d;
16 @end
18 @implementation MyObject
19 @end
21 #include "bf-common.h"