Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / objc / execute / bf-12.m
blob78a19d306d9f5bf995c04f2fcea9f32cede04675
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   int s;
11   int k:12;
12   char d;
13   void *pointer;
15 @end
17 @implementation MyObject
18 @end
20 #include "bf-common.h"