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