Sign in
dawn
/
tint
/
c830130bb8942fd6c74e47ccf565595e58875dc2
/
.
/
test
/
identifiers
/
underscore
/
prefix
/
lower
/
let.wgsl.expected.hlsl
blob: 4e65f71a8a39417195c8505ba65ad1d2a8ba5f1b [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
const
int
a
=
1
;
static
const
int
_a
=
2
;
void
f
()
{
const
int
b
=
a
;
const
int
_b
=
_a
;
}