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