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