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