Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ISub_MixedSignedness_SpvBinaryArithGeneralTest_EmitExpression_3.spvasm.expected.hlsl
blob: d52f28d5b0616fb810523034eab01c2e4a71e292 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
int
x_1
=
asint
((
20u
-
10u
));
return
;
}
void
main
()
{
main_1
();
return
;
}