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