blob: 1ad72deed1faa87b868c5b07bdadb1cff54800b3 [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)));
}