summaryrefslogtreecommitdiffstats
path: root/testsuite/transko/three.stp
blob: ab23b9dd49930fe69fc63a904415769d0f6a9394 (plain)
1
2
3
4
5
6
#! stap -p3

probe end {
  array[1,2] = 5
  print (array[4,6])
}