Merged r157653 through r157895 into branch.
[official-gcc.git] / gcc / testsuite / objc / execute / bf-6.m
blob1a3c2d838a724fe799cd3c44191b8041f9c9aba9
1 #import "../../objc-obj-c++-shared/Object1.h"
2 #include <objc/objc.h>
3 #include <objc/objc-api.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"