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