aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/xneg.c
blob: 6c629aeb32e301cb1d5db22a2cf9ae43ac40f23f (plain)
1
2
3
4
5
6
7
/* { dg-additional-options "-std=gnu89" } */

foo (a)
     double a;
{
  return -a;
}