Sign in
dawn
/
dawn
/
b179714b687a62fde77893d8adcd6b4323b9d273
/
.
/
test
/
tint
/
statements
/
decrement
/
function.wgsl.expected.ir.msl
blob: de99bff9e2ccee7d115268f160a1c006a6e2e7b6 [
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
)));
}