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