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