blob: 31ca65fd444f9a01bf1a80ee90445c8b9e0f631b [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 = {.v=(&v)};
}