Sign in
dawn
/
dawn
/
30d55fabc91fc7f9cd6b0d2f7fdf53b984168ed2
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_EmitBody_Kill_InsideLoop.spvasm.expected.hlsl
blob: 9e2cfec8e62deb866051df9e8e9d8432329be85a [
file
] [
log
] [
blame
]
SKIP
:
FAILED
static
uint
var_1
=
0u
;
void
main_1
()
{
while
(
true
)
{
discard
;
}
discard
;
}
void
main
()
{
main_1
();
return
;
}