Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / objc / execute / bf-6.m
blob187c7582d46f1a2b5d00f5b794b93efa583ddc2c
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:3;
10   int k:12;
11   char c;
12   void *pointer;
14 @end
16 @implementation MyObject
17 @end
19 #include "bf-common.h"