blob: 99e3171aa3d20a464a2c7a2642b40f27ec5e8f91 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
thread float* u;
};
void f(tint_module_vars_struct tint_module_vars) {
bool const v = bool((*tint_module_vars.u));
}