blob: 4e7885f3510718ca1bdf9fbe2f2dba0932f9742e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
float2x4 P;
};
float4 func(thread float4* const pointer) {
return *(pointer);
}
kernel void tint_symbol() {
thread tint_private_vars_struct tint_private_vars = {};
float4 const r = func(&(tint_private_vars.P[1]));
return;
}