#! stap -p3 probe end { array[1,2] = 5 print (array[4,6]) }