Sign in
dawn
/
tint
/
c0fbce65d8c6e67b1cc1397ad76097486b8ac60b
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_EmitBody_Unreachable_InNonVoidFunction.spvasm.expected.hlsl
blob: b169b4582c9860cdce995761a5052391837d9a2c [
file
] [
log
] [
blame
]
static
uint
var_1
=
0u
;
uint
x_200
()
{
return
0u
;
}
void
main_1
()
{
const
uint
x_11
=
x_200
();
return
;
}
void
main
()
{
main_1
();
return
;
}