blob: ef545b18cb6360c52b239c2b48ba2ecfdd0d6a53 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device int* s;
};
struct a__ {
int b__;
};
kernel void f(device int* s [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.s=s};
a__ const c = a__{};
int const d = c.b__;
(*tint_module_vars.s) = (c.b__ + d);
}