Sign in
dawn
/
dawn
/
5361d9e778fb839c0e63adcc86edae267c5b3b44
/
.
/
test
/
tint
/
identifiers
/
underscore
/
prefix
/
lower
/
const.wgsl
blob: 626eaa3ea736fdf89bfd9eb10b1025547a9653a6 [
file
] [
log
] [
blame
]
const
a
:
i32
=
1
;
const
_a
:
i32
=
2
;
fn f
()
{
const
b
=
a
;
const
_b
=
_a
;
}