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