Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_EmitStatement_ScalarCallNoParams.spvasm.expected.hlsl
blob: 81982a4342812abb108fb25f0e3e84bb1cf4dee9 [
file
] [
log
] [
blame
]
uint
x_50
()
{
return
42u
;
}
void
x_100_1
()
{
const
uint
x_1
=
x_50
();
return
;
}
void
x_100
()
{
x_100_1
();
return
;
}