#include <metal_stdlib>
using namespace metal;
void f() {
float a = float2(1.0f)[1];
float b = float3(1.0f)[2];
float c = float4(1.0f)[3];
}