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