#include using namespace metal; void f() { int2 v2 = int2(as_type((as_type(1) + as_type(2)))); int3 v3 = int3(as_type((as_type(1) + as_type(2)))); int4 v4 = int4(as_type((as_type(1) + as_type(2)))); }