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