Sign in
dawn
/
dawn
/
0b4250236a7b092888671ff06c17a6d1d74f369e
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvParserMemoryTest_EmitStatement_LoadScalar.spvasm.expected.ir.fxc.hlsl
blob: 6ed5adab4e01ece52887ce1bdf549c64688d9c08 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
void
main_1
()
{
uint
x_1
=
42u
;
uint
x_2
=
x_1
;
uint
x_3
=
x_1
;
}
void
main
()
{
main_1
();
}