2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / objc / execute / bf-6.m
blob38222d3f6762809f222647abf37e66a0e5a908da
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:3;
12   int k:12;
13   char c;
14   void *pointer;
16 @end
18 @implementation MyObject
19 @end
21 #include "bf-common.h"