repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
complex-4.c
blob
1c458d21fba9b992c67434e2b8f70fa19aaf7473
1
main
()
2
{
3
if
((
__complex__
double
)
0.0
!= (
__complex__
double
) (-
0.0
))
4
abort
();
5
6
if
(
0.0
!= -
0.0
)
7
abort
();
8
exit
(
0
);
9
}