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