Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_EmitFunctions_CalleePrecedesCaller.spvasm.expected.hlsl
blob: f8a784abce00dd4e6dab2095f36cb45972bc44d2 [
file
] [
log
] [
blame
] [
edit
]
uint
leaf
()
{
return
0u
;
}
uint
tint_symbol
()
{
const
uint
leaf_result
=
leaf
();
return
leaf_result
;
}
void
root
()
{
const
uint
branch_result
=
tint_symbol
();
return
;
}
void
x_100_1
()
{
return
;
}
void
x_100
()
{
x_100_1
();
return
;
}