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