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