blob: f6fb29f74a3ae7373d0d94bc12e92eeb2c712637 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
/* 0x0000 */ float4x4 a;
};
void foo(device S* const tint_symbol) {
(*(tint_symbol)).a = ((*(tint_symbol)).a - float4x4());
}