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