//TEST:SIMPLE(filecheck=CHECK): -target metal // CHECK: (matrix{{.*}}(0) - RWStructuredBuffer output; [numthreads(1,1,1)] void computeMain(uniform float4x4 m) { output[0] = (-m)[0]; }