Merged r157653 through r157895 into branch.
[official-gcc.git] / gcc / testsuite / objc / execute / bf-1.m
blobd8b9b29fb551628d9b36a9ddeda460c3a1a0e556
1 #import "../../objc-obj-c++-shared/Object1.h"
2 #include <objc/objc-api.h>
4 @interface MyObject
6   Class isa;
7   float f;
8   char a;
9   struct {
10     int i:2;
11     int j:3;
12     int k:12;
13   } flags;
14   char c;
15 //  void *pointer;
17 @end
19 @implementation MyObject
20 @end
22 #include "bf-common.h"