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