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