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