blob: fb956073de34d9597d829257c379ed15dee8ad53 [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)};
}