blob: 8299cfdce281292779040729fd584916273559f7 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
thread float2x4* P;
};
float4 func(thread float4* const pointer) {
return (*pointer);
}
kernel void tint_symbol() {
thread float2x4 P = float2x4(0.0f);
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.P=(&P)};
float4 const r = func((&(*tint_module_vars.P)[1]));
}