Sign in
dawn
/
tint
/
9b54a2e53c6d1da3d0786e57239bbf94131e800e
/
.
/
test
/
ptr_ref
/
copy
/
ptr_copy.spvasm.expected.msl
blob: ec580314187ebef78b9f93d3e752beb0582020bc [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
uint
x_10
=
0u
;
uint
*
const
x_1
=
&(
x_10
);
uint
*
const
x_2
=
x_1
;
return
;
}