Sign in
dawn
/
dawn
/
28ba5f956c0826be21abde6dffd75f8a45cd4207
/
.
/
test
/
tint
/
shadowing
/
param
/
let.wgsl
blob: 7a7829593d8ed67fe3120055174e5ba2b00498f3 [
file
]
fn f
(
a
:
i32
)
{
{
let
a
=
a
;
let
b
=
a
;
}
}