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