aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/and-or-crash.c
blob: 98a8a9b8f350667f7e7ee12bfed324a88dab9eb9 (plain)
1
2
3
4
5
static unsigned a(unsigned b, unsigned c) { (c << 1 | b & 1 << 1) >> 1; }

/*
 * check-name: catch crashes during AND-OR simplifications
 */