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