a(unsigned b,unsigned c)1*c85f09ccSJohn Levon static unsigned a(unsigned b, unsigned c) { (c << 1 | b & 1 << 1) >> 1; }
2*c85f09ccSJohn Levon 
3*c85f09ccSJohn Levon /*
4*c85f09ccSJohn Levon  * check-name: catch crashes during AND-OR simplifications
5*c85f09ccSJohn Levon  */
6