Sign in
dawn
/
dawn
/
b6d2dea04996603020f96e56b20789dba0d62008
/
.
/
test
/
tint
/
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
;
}