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