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