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