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