Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
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
();
}