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