Sign in
dawn
/
tint
/
c3cec4d9017a819a0637ace23d5b1a213313758b
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_EmitBody_Kill_InsideLoop.spvasm.expected.hlsl
blob: cc96aff8d7974951a8f4822d97d8644729476fd3 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
warning
:
code
is
unreachable
static
uint
var_1
=
0u
;
void
main_1
()
{
[
loop
]
while
(
true
)
{
discard
;
}
discard
;
}
void
main
()
{
main_1
();
return
;
}