Sign in
dawn
/
dawn
/
0b4250236a7b092888671ff06c17a6d1d74f369e
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvParserFunctionVarTest_EmitFunctionVariables_ArrayInitializer_Alias_Null.spvasm.expected.ir.dxc.hlsl
blob: d7cce5b25ae3e07d76f053fb36aea92de29163be [
file
] [
log
] [
blame
]
SKIP
:
FAILED
void
main_1
()
{
strided_arr
[
2
]
x_200
=
(
strided_arr
[
2
])
0
;
}
void
main
()
{
main_1
();
}
DXC validation failure
:
hlsl
.
hlsl
:
2
:
3
:
error
:
use
of undeclared identifier
'strided_arr'
strided_arr
[
2
]
x_200
=
(
strided_arr
[
2
])
0
;
^