Sign in
dawn
/
dawn
/
a5d73ce965a7fa63c64d67caeb2f0d83245b7e6f
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_SiblingLoopConstruct_HasSiblingLoop.spvasm.expected.hlsl
blob: ad01345bd226c2d759683f4397d37c4bb03d1d1c [
file
] [
log
] [
blame
]
static
uint
var_1
=
0u
;
void
main_1
()
{
while
(
true
)
{
if
(
false
)
{
}
else
{
break
;
}
}
return
;
}
void
main
()
{
main_1
();
return
;
}