Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
85158b600d161bea3fc9d62df8e4ecf4d642fbf0
/
.
/
testsuite
/
bc_arrays.bc
blob: 26a284b8d814d1fc7c3f58c256446dfb7293204a [
file
] [
log
] [
blame
]
Denys Vlasenko
9a23b07
2018-12-12 21:41:40 +0100
[
diff
] [
blame
]
1
a
[
0
]
=
1
2
a
[
2
-
1
]
=
2
3
4
a
[
0
]+
a
[
0
]
5
6
a
[
2
-
1
]+
a
[
2
-
1
]
7
8
a
[
5
]
=
2
9
a
[
5.789
]
10