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