1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 
f(unsigned a)4 unsigned f(unsigned a) { return a + -1; }
5 
6