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