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