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