blob: 21ec04a359818cc03960ccc79ba54644edc3ff4a [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
thread int* t;
};
int3 m(tint_module_vars_struct tint_module_vars) {
(*tint_module_vars.t) = 1;
return int3((*tint_module_vars.t));
}
void f(tint_module_vars_struct tint_module_vars) {
half3 v = half3(m(tint_module_vars));
}