blob: 62d4b00800c9d8bffeddb066c9ef8adde6c55aaa [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) {
int4 const v = int4((*(tint_private_vars)).u);
}