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