blob: eff8ad7c5ef69a32c336d603836c9793566e0793 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
thread half* t;
};
half4 m(tint_module_vars_struct tint_module_vars) {
(*tint_module_vars.t) = 1.0h;
return half4((*tint_module_vars.t));
}
void f(tint_module_vars_struct tint_module_vars) {
bool4 v = bool4(m(tint_module_vars));
}