Sign in
dawn
/
dawn
/
037f803f958e79ae7f8a682fb2a815ef91b503cd
/
.
/
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
;
}