Sign in
dawn
/
dawn
/
8f1d276a3780e023f44b54385255479b4a7e3be7
/
.
/
test
/
tint
/
bug
/
chromium
/
335592006.wgsl.expected.ir.dxc.hlsl
blob: 902ac83e0dfde732e6351f94ddfe5dc778a24fb6 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
void
f
()
{
int
a
=
1
;
int
(
a
);
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}
DXC validation failure
:
hlsl
.
hlsl
:
4
:
7
:
error
:
redefinition of
'a'
int
(
a
);
^
hlsl
.
hlsl
:
3
:
7
:
note
:
previous definition
is
here
int
a
=
1
;
^