1 2 3 4 5 6 7
#! stap -p2 global b probe foo { a <<< 2; b[a] = 4; # must not index with stats variable }