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