Sign in
dawn
/
dawn
/
246cb832ee10f8d531bda3b1036101c9f20a15ea
/
.
/
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__
;
}