Sign in
dawn
/
dawn
/
7f2b8cd8fc8edf464602ea64d2145def40fa3475
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
let.wgsl.expected.hlsl
blob: 8f66e9d398520f07e4e5ccbfb6215b39e5918127 [
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__
;
}