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