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