Sign in
dawn
/
dawn
/
b179714b687a62fde77893d8adcd6b4323b9d273
/
.
/
test
/
tint
/
statements
/
decrement
/
split.wgsl.expected.ir.msl
blob: f3f9e83ca82960614a964ee014090962d74e5980 [
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>
(
as_type
<int>
((~(
as_type
<uint>
(
b
))
+
1u
)))));
}