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