Sign in
dawn
/
dawn
/
7efe4860c97b491c8bb2480ca4fcff3f8372cab9
/
.
/
test
/
tint
/
shadowing
/
short_names
/
let.wgsl
blob: 9dc6ab93ba61f1d31d7d0717b214c6c1d8e9997e [
file
] [
log
] [
blame
]
type a
=
vec3f
;
fn f
()
{
{
let
vec3f
=
1
;
let
b
=
vec3f
;
}
let
c
=
a
();
let
d
=
vec3f
();
}