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