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