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