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