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