2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / objc / execute / bf-21.m
blob587060d1d4269688720c9be7be9684745882514b
1 #include <objc/objc.h>
3 typedef enum 
5   A, B
6 } enumeration;
8 @interface MyObject
10   enumeration g:4;
12 @end
14 @implementation MyObject
15 @end
17 #include "bf-common.h"