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-19.m
blob
21775e7c77e90d64404363caed88a1b94ec94172
1
#include <objc/objc.h>
2
#include <objc/objc-api.h>
3
#include <objc/Object.h>
4
5
@interface MyObject
6
{
7
Class isa;
8
unsigned int i;
9
MyObject *object;
10
}
11
@end
12
13
@implementation MyObject
14
@end
15
16
#include "bf-common.h"
17