2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / objc / execute / bf-3.m
blob04cf0836faac975c6f3fd99a9d53e2eaa8f5bb11
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;
10   struct {
11     int i:2;
12     int j:6;
13     int k:12;
14   } flags;
15   char c;
16   void *pointer;
18 @end
20 @implementation MyObject
21 @end
23 #include "bf-common.h"