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