Sign in
dawn
/
tint
/
refs/heads/chromium/4877
/
.
/
test
/
shadowing
/
struct
/
param.wgsl.expected.wgsl
blob: 62184f1ca7c28c078a07a15052f5119c110c439b [
file
] [
log
] [
blame
] [
edit
]
struct
a
{
a
:
i32
;
}
fn f
(
a
:
a
)
{
let
b
=
a
;
}