Sign in
dawn
/
dawn
/
52e60262d37c5780b7ff8b264c8b7ff0ae9c8333
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
var.wgsl.expected.dxc.hlsl
blob: 3b20c1dd6c460b4e9a7f935ee4ceca22c172579b [
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__
;
}