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
/
unsorted
/
call.c
blob: c8106038371cd17375a27d8808c9a56f17ade5e0 (
plain
)
1
2
3
4
5
6
7
int
foo
()
{}
main
(
a
,
b
)
{
foo
(
foo
(
a
,
b
),
foo
(
b
,
a
));
return
0
;
}