repo.or.cz
/
busybox-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cut: code shrink
[busybox-git.git]
/
testsuite
/
bc_arrays.bc
blob
26a284b8d814d1fc7c3f58c256446dfb7293204a
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