Sign in
dawn
/
dawn
/
c20fa4eae5fb2de966de29a5195bcef511c048b6
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_EmitBody_IfSelection_TrueBranch_LoopBreak.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
;
}