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