repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
objc
/
execute
/
bf-21.m
blob
2587a0acd14ed59b088c57c1c402f0832fb31080
1
#include <objc/objc.h>
2
#include <objc/objc-api.h>
3
#include <objc/Object.h>
4
5
typedef enum
6
{
7
A, B
8
} enumeration;
9
10
@interface MyObject
11
{
12
enumeration g:4;
13
}
14
@end
15
16
@implementation MyObject
17
@end
18
19
#include "bf-common.h"
20