blob: 3fbee5d6c45c3d08f4297866174faf0d07ee4ad0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
thread int* I;
};
kernel void tint_symbol() {
thread int I = 0;
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.I=(&I)};
int const i = (*tint_module_vars.I);
int const u = (i + 1);
}