Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / objc / execute / bf-7.m
blobf1ee46e0c6ec3ca99b6bfa53fb611b238a8d6bc7
1 #include <objc/objc.h>
3 @interface MyObject
5   Class isa;
6   float f;
7   char a;
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"