Sign in
dawn
/
dawn
/
ffe7978dbf499b7bc4f9b819912cbc5ae676085b
/
.
/
test
/
ptr_ref
/
store
/
local
/
i32.wgsl.expected.hlsl
blob: 31873655bdae1f69d17bf8702c14c4bcb553f167 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
int
i
=
123
;
i
=
123
;
i
=
((
100
+
20
)
+
3
);
return
;
}