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