blob: 86c5eba3156c6a1240ec4d592fee72f46cf5e700 [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) {
half const v = half((*tint_module_vars.u));
}