Sign in
dawn
/
tint
/
refs/heads/chromium/4877
/
.
/
test
/
shadowing
/
struct
/
let.wgsl
blob: 53799711807a79e721a43074533e5c3c46cc6c02 [
file
] [
log
] [
blame
] [
edit
]
struct
a
{
a
:
i32
;
};
fn f
()
{
{
let
a
:
a
=
a
();
let
b
=
a
;
}
let
a
:
a
=
a
();
let
b
=
a
;
}