Sign in
dawn
/
tint
/
65112dc77cb76427644b63d4b428eeea488b4cdc
/
.
/
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
;
}