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