#include using namespace metal; kernel void f() { int const a = 1; uint const b = 2u; int const r = (a >> (b & 31u)); return; }