2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / objc / execute / bf-20.m
blob311a0fd5b98e4b88670927143b09ab43b3a79427
1 #include <objc/objc.h>
3 @interface MyObject
5   short s;
6   char c;
8 @end
10 @implementation MyObject
11 @end
13 #include "bf-common.h"