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