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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
objc
/
execute
/
exceptions
/
trivial.m
blob
f1dce2c1e2b1b3aaaaf3c5b674ea94d14c2ffc7a
1
#import <objc/Object.h>
2
3
int main(void)
4
{
5
[Object class];
6
return 0;
7
}