Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
xneg.c
blob: ff5b8503482311bd225e78f70a72a28548204e03 [
file
] [
log
] [
blame
]
foo
(
a
)
double
a
;
{
return
-
a
;
}