Sign in
dawn
/
dawn
/
efda280eda8096c31cb7fbc7a5b895773559a8bb
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
let.wgsl.expected.fxc.hlsl
blob: a0c794abe137ef463bb828af89251ef10526350e [
file
] [
log
] [
blame
]
RWByteAddressBuffer
s
:
register
(
u0
);
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
int
a
=
1
;
const
int
a__
=
a
;
const
int
b
=
a
;
const
int
b__
=
a__
;
s
.
Store
(
0u
,
asuint
((((
a
+
a__
)
+
b
)
+
b__
)));
return
;
}