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