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