Sign in
dawn
/
dawn
/
7494e10f912c3856bc15078749ce800f4bd4e1e7
/
.
/
test
/
tint
/
ptr_ref
/
store
/
global
/
i32.wgsl.expected.msl
blob: 7c4f8ee01be636dfd6365b9c1534f10e1ad14911 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
thread
int
tint_symbol_1
=
0
;
tint_symbol_1
=
123
;
tint_symbol_1
=
123
;
return
;
}