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