Sign in
dawn
/
dawn
/
refs/heads/chromium/5897
/
.
/
test
/
tint
/
identifiers
/
underscore
/
prefix
/
lower
/
const.wgsl.expected.wgsl
blob: 1a5d5659f4c65fb47f210c57a744f3a8cca2b9a1 [
file
] [
log
] [
blame
] [
edit
]
const
a
:
i32
=
1
;
const
_a
:
i32
=
2
;
fn f
()
{
const
b
=
a
;
const
_b
=
_a
;
}