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