Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_ClassifyCFGEdges_BackEdge_MultiBlockLoop_MultiBlockContinueConstruct_ContinueIsHeader.spvasm.expected.hlsl
blob: a6998acf3ce70a796ba7906e023a758392183c8f [
file
] [
log
] [
blame
]
static
uint
var_1
=
0u
;
void
main_1
()
{
{
for
(;
false
;
)
{
}
}
return
;
}
void
main
()
{
main_1
();
return
;
}