Sign in
dawn
/
dawn.git
/
479dc6b7ebc7675e72d0c16441f17fc985ffbded
/
.
/
test
/
tint
/
shadowing
/
struct
/
param.wgsl
blob: 7641bc994e9c1d982ce146edf56f024fbb29e839 [
file
]
struct
a
{
a
:
i32
};
fn f
(
a
:
a
)
{
let
b
=
a
;
}