Sign in
dawn
/
dawn
/
527e38b68bb2615a4277a6efae9271ba7291d8ea
/
.
/
test
/
tint
/
statements
/
decrement
/
function.wgsl.expected.msl
blob: b91e30a952c6821bdef28d00acb7dd38d78d746a [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
tint_symbol
()
{
int
i
=
0
;
i
=
as_type
<int>
((
as_type
<uint>
(
i
)
-
as_type
<uint>
(
1
)));
}