Sign in
dawn
/
dawn
/
98bdc9b38ca40cad56f1595239794760070d4e03
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvParserMemoryTest_EmitStatement_StoreToModuleScopeVar.spvasm.expected.ir.dxc.hlsl
blob: e9e8f33e945483b304717c45a3416c834d2ef8eb [
file
] [
log
] [
blame
]
SKIP
:
FAILED
void
main_1
()
{
x_1
=
42u
;
}
void
main
()
{
main_1
();
}
DXC validation failure
:
hlsl
.
hlsl
:
2
:
3
:
error
:
use
of undeclared identifier
'x_1'
x_1
=
42u
;
^