Sign in
dawn
/
dawn
/
545d8629efe94bfd763fd642be6ab7f775370761
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
let.wgsl
blob: 0ee15c4fd9f074a1be7f6b403387d8fed17f98aa [
file
] [
log
] [
blame
]
fn f
()
{
let
a
=
1
;
let
a__
=
a
;
let
b
=
a
;
let
b__
=
a__
;
}