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