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