2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr26998.c
blobd50c344734e0ca3f2807ae44e28fd793c53d7691
1 /* { dg-do compile } */
3 int decCompareOp (int result)
5 if (result != (int)0x80000000)
7 result = -result;
8 return (result > 0);
10 return 0;