Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_ClassifyCFGEdges_LoopContinue_ConditionalFromNestedIf.spvasm.expected.wgsl
blob: bb1bf7c5731d8a659017fb52e8ef91da3c45c7a6 [
file
] [
log
] [
blame
]
var
<private>
var_1
:
u32
;
fn main_1
()
{
loop
{
if
(
false
)
{
}
else
{
break
;
}
if
(
true
)
{
if
(
true
)
{
continue
;
}
}
}
return
;
}
[[
stage
(
fragment
)]]
fn main
()
{
main_1
();
}