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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20060826-1.c
blob
06fb4ebad40e694ff98c807e3fb152aa52b663cf
1
typedef
_Complex
double
S
;
2
S
bar
(
void
);
3
void
quux
(
S
,
S
);
4
void
foo
(
void
)
5
{
6
quux
(
bar
(),
bar
());
7
}