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