Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_EmitBody_ReturnValue_Loop.spvasm.expected.hlsl
blob: 62aef6740cb887dce2a7fa5dbcc0aecc5aaae86f [
file
] [
log
] [
blame
] [
edit
]
static
uint
var_1
=
0u
;
uint
x_200
()
{
while
(
true
)
{
return
2u
;
}
return
3u
;
}
void
main_1
()
{
const
uint
x_11
=
x_200
();
return
;
}
void
main
()
{
main_1
();
return
;
}