Sign in
dawn
/
tint.git
/
a7f47b49e78ec9b0395bb3f82b37b67a13f262d1
/
.
/
test
/
ptr_ref
/
store
/
local
/
i32.spvasm.expected.hlsl
blob: c6dc7c541ce8fe9b0dcafe3a14e01047c3aaf0c2 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
int
i
=
0
;
i
=
123
;
i
=
123
;
i
=
((
100
+
20
)
+
3
);
return
;
}