#include <metal_stdlib>
using namespace metal;
void f() {
float2 v2 = float2(3.0f);
float3 v3 = float3(3.0f);
float4 v4 = float4(3.0f);
}