aboutsummaryrefslogtreecommitdiff
path: root/testsuite/bc_arrays.bc
blob: 26a284b8d814d1fc7c3f58c256446dfb7293204a (plain)
1
2
3
4
5
6
7
8
9
10
a[0] = 1
a[2-1] = 2

a[0]+a[0]

a[2-1]+a[2-1]

a[5] = 2
a[5.789]