OSDN Git Service

* c-common.c (c_common_reswords): Add _Static_assert for C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Wconversion-3.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Wconversion" } */
3
4 unsigned f(unsigned a) { return a + -1; }  /* { dg-warning "negative" } */
5