Merged r157653 through r157895 into branch.
[official-gcc.git] / gcc / testsuite / objc / execute / bf-9.m
blob077de6cedd658c28016a5a073143086da883ab5f
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   char c;
13   int k:12;
14   char d;
15   void *pointer;
17 @end
19 @implementation MyObject
20 @end
22 #include "bf-common.h"