blob: 319f8b48382b79716ac849f0dbf98cf0efb6821b [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) {
half2 const v = half2((*(tint_private_vars)).u);
}