OSDN Git Service

2010-03-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Wconversion-4.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3
4 unsigned f(unsigned a) { return a + -1; }
5