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