Sign in
dawn
/
dawn
/
bfebbf03cd28ab1c1ef646823de594b7b6c9bd4f
/
.
/
test
/
tint
/
identifiers
/
underscore
/
prefix
/
lower
/
let.wgsl
blob: 6670f416d0a36d11f261b4f73a38fcdaa2efa441 [
file
] [
log
] [
blame
]
fn f
()
{
let
a
=
1
;
let
_a
=
a
;
let
b
=
a
;
let
_b
=
_a
;
}