Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_TerminatorsAreValid_Loop_Simple.spvasm.expected.hlsl
blob: ad01345bd226c2d759683f4397d37c4bb03d1d1c [
file
] [
log
] [
blame
]
static
uint
var_1
=
0u
;
void
main_1
()
{
while
(
true
)
{
if
(
false
)
{
}
else
{
break
;
}
}
return
;
}
void
main
()
{
main_1
();
return
;
}