Sign in
dawn
/
dawn
/
a5d73ce965a7fa63c64d67caeb2f0d83245b7e6f
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserMemoryTest_EmitStatement_UseLoadedScalarTwice.spvasm.expected.hlsl
blob: 50151bce740c71e31053ae7853d96357bea57289 [
file
] [
log
] [
blame
]
void
main_1
()
{
uint
x_1
=
42u
;
const
uint
x_2
=
x_1
;
x_1
=
x_2
;
x_1
=
x_2
;
return
;
}
void
main
()
{
main_1
();
return
;
}