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