Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_IAdd_MixedSignedness_SpvBinaryArithGeneralTest_EmitExpression_2.spvasm.expected.hlsl
blob: f2e60bfe5956a874e0f66e6b028a0061a602ba1c [
file
] [
log
] [
blame
] [
edit
]
void
main_1
()
{
const
uint
x_1
=
(
10u
+
asuint
(
30
));
return
;
}
void
main
()
{
main_1
();
return
;
}