Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / objc / execute / bf-5.m
blobe61d71f9ced743f11b3e8ef1d49f0c4d68f354f6
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   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"