Sign in
dawn
/
dawn
/
2d245581d702e6d94de066f8d53a3f8b5aa263e2
/
.
/
test
/
tint
/
statements
/
decrement
/
split.wgsl.expected.ir.msl
blob: 2a6572d2110db5dbd20bea7b104c4426e1e1c90c [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
tint_symbol
()
{
int
b
=
2
;
int
c
=
as_type
<int>
((
as_type
<uint>
(
b
)
-
as_type
<uint>
(-(
b
))));
}