Sign in
dawn
/
dawn
/
20c2ff60d203774ed0ca4ec7024e15103c713f14
/
.
/
test
/
ptr_ref
/
store
/
global
/
i32.wgsl.expected.msl
blob: 7eaf2d692acb90623e4aff38101a2f3b42287c6e [
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
=
((
100
+
20
)
+
3
);
return
;
}