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