Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvParserTest_EmitFunctions_CalleePrecedesCaller.spvasm.expected.ir.fxc.hlsl
blob: 5466a53f9f21f062cdb0624c93bafc09ca4b2acd [
file
] [
log
] [
blame
]
SKIP
:
FAILED
uint
leaf
()
{
return
0u
;
}
uint
tint_symbol
()
{
uint
leaf_result
=
leaf
();
return
leaf_result
;
}
void
root
()
{
uint
branch_result
=
tint_symbol
();
}
void
x_100_1
()
{
}
void
x_100
()
{
x_100_1
();
}