blob: 4b940cf0ccfee87cfe642d2e4a1772ceaf2a7684 [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) {
uint4 v = uint4(m(tint_module_vars));
}