Sign in
dawn
/
dawn
/
74da3bc61d4606f2f223b2e2ce70423d5dd4efdd
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvParserMemoryTest_EmitStatement_StoreFloatConst.spvasm.expected.ir.fxc.hlsl
blob: 76b1d586c0c4f7b4886e59c10a87cfd1eb47a205 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
void
main_1
()
{
float
x_1
=
0.0f
;
x_1
=
42.0f
;
x_1
=
0.0f
;
}
void
main
()
{
main_1
();
}