Sign in
dawn
/
tint
/
ecf43d69d02bc656742f8ad9c520a877f63d1b6b
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_EmitBody_TrueBranch_LoopContinue.spvasm.expected.msl
blob: 32e75fb4b7bee8331c9fccc5f5757058adf607d1 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
var
<private>
var_1
:
u32
;
fn main_1
()
{
loop
{
if
(
false
)
{
continue
;
}
}
return
;
}
[[
stage
(
fragment
)]]
fn main
()
{
main_1
();
}
error
:
loop does
not
exit