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