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