Sign in
dawn
/
tint
/
5af571bcbcf424fcc65430f304933c98612adbe1
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryConversionTest_ConvertFToU_HoistedValue.spvasm.expected.hlsl
blob: e0c029ffba43026ea0f88e018b491d640a07557f [
file
] [
log
] [
blame
]
SKIP
:
FAILED
void
main_1
()
{
while
(
true
)
{
float
x_600
=
0.0f
;
if
(
true
)
{
break
;
}
if
(
true
)
{
x_600
=
50.0f
;
}
break
;
{
const
uint
x_82
=
uint
(
x_600
);
}
}
return
;
}
void
main
()
{
main_1
();
return
;
}