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