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