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
/
nested-1.m
blob
02a39036815a5c1e235c8b3de1fab34a78096fbe
1
/* Contributed by Nicola Pero Wed Feb 21 12:08:16 GMT 2001 */
2
3
int main (void)
4
{
5
void nested (void)
6
{
7
return;
8
}
9
10
return 0;
11
}
12