blob: 9fca44ca28439bd518909f355ffd67bf5c782b82 [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) {
uint4 const v = uint4((*(tint_private_vars)).u);
}