Sign in
dawn
/
dawn
/
79334fedce22ac0650eb73c3420957166ea205c4
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_FindIfSelectionInternalHeaders_TrueBranch_LoopBreak_Ok.spvasm.expected.fxc.hlsl
blob: 4731e63a845e2aa3cbbe67bfab02c4e0176d924c [
file
] [
log
] [
blame
]
SKIP
:
FAILED
static
uint
var_1
=
0u
;
void
main_1
()
{
[
loop
]
while
(
true
)
{
if
(
false
)
{
break
;
}
}
return
;
}
void
main
()
{
main_1
();
return
;
}