blob: ae87405e87ff35d1e23de2106a62d98ed0f23e4f [file]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
const constant half4x2* m;
};
kernel void f(const constant half4x2* m [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.m=m};
const constant half4x2* const p_m = tint_module_vars.m;
const constant half2* const p_m_1 = (&(*p_m)[1u]);
half4x2 const l_m = (*p_m);
half2 const l_m_1 = (*p_m_1);
}