index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20030503-1.c
blob: 3c2b28d8386f12c1427435a7c56cc3b3c9522cbd (
plain
)
1
2
3
4
5
6
7
8
9
10
11
12
void
foo
()
{
if
(
1
)
goto
foo
;
else
for
(;;)
{
foo
:
bar
();
return
;
}
}