blob: f291eebabf170d6598387016917604d8111a533a [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
bool2 u;
};
void f(thread tint_private_vars_struct* const tint_private_vars) {
half2 const v = half2((*(tint_private_vars)).u);
}