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