blob: 451b0324e3f7121ca5d642f5cb7acff2593e2fad [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
int2 u;
};
void f(thread tint_private_vars_struct* const tint_private_vars) {
half2 const v = half2((*(tint_private_vars)).u);
}