blob: 52fc36e2cf1684df9cd4a8757e63eb548ce02a3e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
int P;
};
int func(thread int* const pointer) {
return *(pointer);
}
kernel void tint_symbol() {
thread tint_private_vars_struct tint_private_vars = {};
int const r = func(&(tint_private_vars.P));
return;
}