blob: 08697b0ee9de816ec3884b0318817d2be5078ad2 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
thread int3* v;
};
kernel void v_1() {
thread int3 v = 0;
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.v=(&v)};
}