Sign in
dawn
/
tint
/
d1a026ecd0e03331d87e3cf131b2a5702af58f28
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_BitwiseAnd_MixedSignedness_SpvBinaryBitGeneralTest_EmitExpression_0.spvasm.expected.hlsl
blob: 8daeff32fa5f8c0970c56c6cf9ae413e61e35f6a [
file
] [
log
] [
blame
]
void
main_1
()
{
const
uint
x_1
=
asuint
((
30
&
asint
(
10u
)));
return
;
}
void
main
()
{
main_1
();
return
;
}