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