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