#include using namespace metal; kernel void f() { uint3 const a = uint3(1u, 2u, 3u); float3 const b = as_type(uint3(1u, 2u, 3u)); return; }