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