Sign in
dawn
/
dawn
/
fc48fe4bf7a8ebfd7a87385bec9840d4e7fdfb2e
/
.
/
test
/
tint
/
shadowing
/
struct
/
let.wgsl
blob: 0eda77c3c72acb49556b3ee0832155602f90b7f4 [
file
]
struct
a
{
a
:
i32
};
fn f
()
{
{
let
a
:
a
=
a
();
let
b
=
a
;
}
let
a
:
a
=
a
();
let
b
=
a
;
}