Sign in
dawn
/
dawn
/
a5d73ce965a7fa63c64d67caeb2f0d83245b7e6f
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryArithTest_SNegate_UnsignedVec_SignedVec.spvasm.expected.hlsl
blob: c89b09b1323229a55fff51332f3a8ae6b57673cf [
file
] [
log
] [
blame
]
void
main_1
()
{
const
uint2 x_1
=
asuint
(-(
int2
(
30
,
40
)));
return
;
}
void
main
()
{
main_1
();
return
;
}