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