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