Sign in
dawn
/
tint
/
e55e2109b33b4cc0e93083327c328eee71c63dca
/
.
/
test
/
ptr_ref
/
load
/
local
/
ptr_workgroup.wgsl.expected.msl
blob: 1f4dfe844ec2ea3d538c767341b40f2bdb7474d3 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
threadgroup
int
tint_symbol_1
=
0
;
tint_symbol_1
=
123
;
threadgroup
int
*
const
p
=
&(
tint_symbol_1
);
int
const
use
=
(*(
p
)
+
1
);
return
;
}