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