No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / objc / execute / bf-18.m
blob36a7ea6c61bcfeb5ededcaa03fcca9c5a9a4fe0b
1 #include <objc/objc.h>
2 #include <objc/objc-api.h>
3 #include <objc/Object.h>
5 @interface MyObject
7   Class isa;
8   int i;
9   char c[1];
11 @end
13 @implementation MyObject
14 @end
16 #include "bf-common.h"