1/* Test boolean conversion of an overflowing integer return value does
2   not lead to an ICE.  */
3
4_Bool f(void) { return __INT_MAX__ + 1; }
5