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