index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
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
;
}