repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Dead
[official-gcc.git]
/
gomp-20050608-branch
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
call.c
blob
c8106038371cd17375a27d8808c9a56f17ade5e0
1
int
foo
() {}
2
3
main
(
a
,
b
)
4
{
5
foo
(
foo
(
a
,
b
),
foo
(
b
,
a
));
6
return
0
;
7
}