Sign in
dawn
/
tint
/
d388bc9b368c75bcc2bf73c9ebfaeb3d97ff6cf7
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ISub_MixedSignedness_SpvBinaryArithGeneralTest_EmitExpression_1.spvasm.expected.msl
blob: 4bdc2cd984c2a2ad6b39dd6eb829f614d7cd9634 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
int
const
x_1
=
as_type
<int>
((
as_type
<uint>
(
30
)
-
as_type
<uint>
(
as_type
<int>
(
10u
))));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}