Sign in
dawn
/
dawn.git
/
ec0b64043567293ff2df9f05465e4dfd5f80d351
/
.
/
test
/
tint
/
shadowing
/
function
/
let.wgsl.expected.ir.fxc.hlsl
blob: a94be2b9374fe1a0919f7b20e711877058c9ebbf [
file
]
SKIP
:
FAILED
void
a
()
{
int
a
=
1
;
int
b
=
a
;
int
a
=
1
;
int
b
=
a
;
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}