Sign in
dawn
/
tint
/
deec53332fb60c12261fd8d97500458c186cd67e
/
.
/
test
/
shadowing
/
struct
/
let.wgsl.expected.wgsl
blob: 1c889fa8f2e67781b23376bac6ced112caf00d19 [
file
] [
log
] [
blame
]
struct
a
{
a
:
i32
;
}
fn f
()
{
{
let
a
:
a
=
a
();
let
b
=
a
;
}
let
a
:
a
=
a
();
let
b
=
a
;
}