Sign in
dawn
/
dawn
/
74da3bc61d4606f2f223b2e2ce70423d5dd4efdd
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvParserMemoryTest_EmitStatement_LoadBool.spvasm.expected.ir.fxc.hlsl
blob: 9e46605a9b8249b71ec129b2c27a8971006639fd [
file
] [
log
] [
blame
]
SKIP
:
FAILED
void
main_1
()
{
bool
x_1
=
true
;
bool
x_2
=
x_1
;
}
void
main
()
{
main_1
();
}