Sign in
dawn
/
dawn
/
794186c68dfdc027d2d3e192f24eeb03a3e3cdcb
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
ptr_function.wgsl.expected.ir.msl
blob: 5cf693ff9bb7a5236dedaffc80c974f23f934eac [
file
] [
log
] [
blame
]
SKIP
:
FAILED
#include
<metal_stdlib>
using
namespace
metal
;
void
tint_symbol
()
{
int
i
=
123
;
thread
int
*
const
p
=
i
;
}