Sign in
dawn
/
dawn
/
4aed3150b58807721ad4b5aa69d7b834173b5c0d
/
.
/
test
/
ptr_ref
/
load
/
global
/
i32.wgsl.expected.msl
blob: d7d3c6353d47290eb6e78a764e344310b2c2baf9 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
thread
int
tint_symbol_1
=
0
;
int
const
i
=
tint_symbol_1
;
int
const
use
=
(
i
+
1
);
return
;
}