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