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