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
/
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