rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20081108-2.c

5 lines
134 B
C

/* Test boolean conversion as part of returning unsigned value does
not lead to an ICE. */
_Bool f(unsigned a) { return a & 1; }