blob: a4172c379444af8f23e0d4ba24eb538f9811a424 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
thread uint* t;
};
uint4 m(tint_module_vars_struct tint_module_vars) {
(*tint_module_vars.t) = 1u;
return uint4((*tint_module_vars.t));
}
void f(tint_module_vars_struct tint_module_vars) {
half4 v = half4(m(tint_module_vars));
}