aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/Wconversion-4.c
blob: ddd19879fd4eae72fe33aa83b62243247e54227a (plain)
1
2
3
4
5
/* { dg-do compile } */
/* { dg-options "-O2" } */

unsigned f(unsigned a) { return a + -1; }