blob: 58ad9bcd073f3186f6bf88252305f3af8228261a [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
int t;
};
int4 m(thread tint_private_vars_struct* const tint_private_vars) {
(*(tint_private_vars)).t = 1;
return int4((*(tint_private_vars)).t);
}
void f(thread tint_private_vars_struct* const tint_private_vars) {
int4 const tint_symbol = m(tint_private_vars);
bool4 v = bool4(tint_symbol);
}