Sign in
dawn
/
dawn
/
eea420871fa2dc217657fe5bd87eb75eaa72c9e5
/
.
/
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
;
}