Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20060826-1.c
blob: 06fb4ebad40e694ff98c807e3fb152aa52b663cf [
file
] [
log
] [
blame
]
typedef
_Complex
double
S
;
S bar
(
void
);
void
quux
(
S
,
S
);
void
foo
(
void
)
{
quux
(
bar
(),
bar
());
}