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
Rebase.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr27773.c
blob
e30e540ff92bd651aeaf3ec2c4b80d73cf2d19f6
1
/* { dg-do compile } */
2
3
_Complex
float
f
(
_Complex
float
a
,
float
b
)
4
{
5
return
a
-
a
*
b
;
6
}