blob: b55b1eb7fa5c1f090925f1cc763051598f9195e5 [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) {
bool3 const v = bool3((*tint_module_vars.u));
}