Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / objc / execute / bf-11.m
blob42a97a57a83373a39f58d8c174657e7d23ca8755
1 #include <objc/objc.h>
3 @interface MyObject
5   Class isa;
6   float f;
7   char a[3];
8   int i:2;
9   int j:6;
10   short s;
11   int k:12;
12   char d;
13   void *pointer;
15 @end
17 @implementation MyObject
18 @end
20 #include "bf-common.h"