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