Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / objc / execute / bf-18.m
blob528829554efcbf7761fd8b0eca7e8d889e21ce12
1 #include <objc/objc.h>
3 @interface MyObject
5   Class isa;
6   int i;
7   char c[1];
9 @end
11 @implementation MyObject
12 @end
14 #include "bf-common.h"