blob: 68c673e195a073f677e58f2bf48867bb46455827 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
thread uint4* u;
};
void f(tint_module_vars_struct tint_module_vars) {
half4 const v = half4((*tint_module_vars.u));
}