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