Sign in
dawn
/
dawn
/
e2f35ba8e0a4f8f234660c980a1917f5504482a3
/
.
/
test
/
ptr_ref
/
store
/
global
/
i32.wgsl.expected.hlsl
blob: cb1bb3dbd80e8e19eef7bad705e740e2273dafd9 [
file
] [
log
] [
blame
]
static
int
I
=
0
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
I
=
123
;
I
=
((
100
+
20
)
+
3
);
return
;
}