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