Sign in
dawn
/
dawn
/
04b531d071b0faeaa680f87316c8da2a83f6dd06
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvParserFunctionVarTest_EmitFunctionVariables_ScalarInitializers.spvasm.expected.ir.fxc.hlsl
blob: 958283fc4453d126d95ed0553b3ea6c97ee80fbf [
file
] [
log
] [
blame
]
SKIP
:
FAILED
void
main_1
()
{
bool
a
=
true
;
bool
b
=
false
;
int
c
=
-
1
;
uint
d
=
1u
;
float
e
=
1.5f
;
}
void
main
()
{
main_1
();
}