blob: 0fa4a1d33b20396483460dfe53414001dc652c09 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
float4x4 a;
};
struct tint_module_vars_struct {
device S* v;
};
void foo(tint_module_vars_struct tint_module_vars) {
(*tint_module_vars.v).a = ((*tint_module_vars.v).a * float4x4(float4(0.0f), float4(0.0f), float4(0.0f), float4(0.0f)));
}