blob: 47f72254790f6dda72c6f58ec1c5b8f9b3f58f1a [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
thread bool* t;
};
bool2 m(tint_module_vars_struct tint_module_vars) {
(*tint_module_vars.t) = true;
return bool2((*tint_module_vars.t));
}
void f(tint_module_vars_struct tint_module_vars) {
half2 v = half2(m(tint_module_vars));
}