blob: aaec71c52a319456b3478143e26d273255fe4f13 [file] [log] [blame]
/* PR c/48305 */
int
foo (int x)
{
return (x ^ 1) == (x ^ 1U);
}