Sign in
dawn
/
dawn
/
dccc562a65fff42e6041c9a8a87185db4aebf9d4
/
.
/
test
/
tint
/
shadowing
/
struct
/
param.wgsl.expected.wgsl
blob: 5e8f98b8e3dc390b64bac9f7611821424fcc5078 [
file
]
struct
a
{
a
:
i32
,
}
fn f
(
a
:
a
)
{
let
b
=
a
;
}