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