#include <metal_stdlib>
using namespace metal;
void f() {
int v = 3;
int2 v2 = int2(v);
int3 v3 = int3(v);
int4 v4 = int4(v);
}