Sign in
dawn
/
tint.git
/
a2f4134c560115523cf8a83ef3a73eb2405b8a30
/
.
/
test
/
shadowing
/
struct
/
let.wgsl
blob: 53799711807a79e721a43074533e5c3c46cc6c02 [
file
]
struct
a
{
a
:
i32
;
};
fn f
()
{
{
let
a
:
a
=
a
();
let
b
=
a
;
}
let
a
:
a
=
a
();
let
b
=
a
;
}