a531726f734a07ec17fc3dbadc0e87f3298c8179
[gcc.git] / gcc / testsuite / objc / execute / bf-3.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;
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