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