Sign in
dawn
/
dawn
/
145e550974d086daf5b6cf2c1f1f933ee6afe0c8
/
.
/
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
)))));
}