Sign in
dawn
/
dawn
/
cb1a3153aea2fff4eabe79bc89b8411d1b174613
/
.
/
test
/
tint
/
shadowing
/
struct
/
let.wgsl.expected.wgsl
blob: e6ef375e9647920ec77e168d4fdd563a2624a7ca [
file
]
struct
a
{
a
:
i32
,
}
@compute
@workgroup_size
(
1
)
fn f
()
{
{
let
a
:
a
=
a
();
let
b
=
a
;
}
let
a
:
a
=
a
();
let
b
=
a
;
}