Sign in
dawn
/
dawn
/
b65ac9ea6f70f7043710b0e0d902e909225bd9aa
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
alias.wgsl.expected.ir.dxc.hlsl
blob: 1453aa27925f25bd82ceef4b15edfc279109d215 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
int
c
=
0
;
int
d
=
0
;
s
=
(
c
+
d
);
}
DXC validation failure
:
hlsl
.
hlsl
:
5
:
3
:
error
:
use
of undeclared identifier
's'
s
=
(
c
+
d
);
^