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