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