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