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