randomconfig fixes
[oweals/busybox.git] / testsuite / bc_arrays.bc
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