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