Sign in
dawn
/
dawn
/
0b4250236a7b092888671ff06c17a6d1d74f369e
/
.
/
test
/
tint
/
identifiers
/
underscore
/
prefix
/
upper
/
let.wgsl.expected.ir.dxc.hlsl
blob: 2fe0e4691abf9480d78c057317b40e6c824b3c4b [
file
] [
log
] [
blame
]
SKIP
:
FAILED
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
int
A
=
1
;
int
_A
=
2
;
int
B
=
A
;
int
_B
=
_A
;
s
=
(((
A
+
_A
)
+
B
)
+
_B
);
}
DXC validation failure
:
hlsl
.
hlsl
:
7
:
3
:
error
:
use
of undeclared identifier
's'
s
=
(((
A
+
_A
)
+
B
)
+
_B
);
^