Sign in
dawn
/
dawn
/
6997f0e157e4ccf8060545b4ffb8351b160e0d17
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
let.wgsl.expected.fxc.hlsl
blob: e17588b6164bd6983d002d6c4305459e66c33a10 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
const
int
a
=
1
;
const
int
a__
=
a
;
const
int
b
=
a
;
const
int
b__
=
a__
;
}