Sign in
dawn
/
tint
/
6bdbc4a6dfdc95a9479e4ebccc9f4c02e614fdb1
/
.
/
test
/
tint
/
identifiers
/
underscore
/
prefix
/
lower
/
let.wgsl.expected.wgsl
blob: 9f752194567aa7125c7f0d837c1383c14d30219a [
file
] [
log
] [
blame
]
let
a
:
i32
=
1
;
let
_a
:
i32
=
2
;
fn f
()
{
let
b
=
a
;
let
_b
=
_a
;
}