blob: 5a7a5055b49632bea4eb508b047e33b7d5336c9d [file] [log] [blame]
int
f (char *x)
{
return (*x & 2) || (*x & 3);
}