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