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