Sign in
dawn
/
tint
/
a9d6c34d868affa55c403ce82428882b825441a2
/
.
/
test
/
shadowing
/
alias
/
let.wgsl.expected.wgsl
blob: 558efe64c56b8c4e41b848be151ca378ae0a6c4d [
file
] [
log
] [
blame
]
type a
=
i32
;
fn f
()
{
{
let
a
:
a
=
a
();
let
b
=
a
;
}
let
a
:
a
=
a
();
let
b
=
a
;
}