* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.dg / Wconversion-3.c
blobd102d169d02987126f8d12b45c4c79d238427a79
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Wconversion" } */
4 unsigned f(unsigned a) { return a + -1; } /* { dg-warning "conversion" } */