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