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