1779d0ff8300d8b5c03ab6ccd13b2e84076a1080
[gcc.git] / gcc / testsuite / objc / execute / bf-11.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 int i:2;
11 int j:6;
12 short s;
13 int k:12;
14 char d;
15 void *pointer;
16 }
17 @end
18
19 @implementation MyObject
20 @end
21
22 #include "bf-common.h"
23