repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
objc
/
execute
/
bf-21.m
blob
587060d1d4269688720c9be7be9684745882514b
1
#include <objc/objc.h>
2
3
typedef enum
4
{
5
A, B
6
} enumeration;
7
8
@interface MyObject
9
{
10
enumeration g:4;
11
}
12
@end
13
14
@implementation MyObject
15
@end
16
17
#include "bf-common.h"
18