#include <metal_stdlib>

using namespace metal;
void f() {
  float4x3 v = float4x3(float3(0.0f), float3(0.0f), float3(0.0f), float3(0.0f));
}