#include <metal_stdlib>
using namespace metal;
void f() {
float4x2 v = float4x2(float2(0.0f), float2(0.0f), float2(0.0f), float2(0.0f));
}