blob: 11465fb7895b9452a78b5347f38d894a3472cd9f [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);
int2 v = int2(tint_symbol);
}