Update gcc zh_CN.po
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / xneg.c
blob6c629aeb32e301cb1d5db22a2cf9ae43ac40f23f
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (a)
4 double a;
6 return -a;