1 2 3 4 5 6 7
#! stap -p2 global baz probe foo { baz[1] = 4; baz["1"] = 5; # inconsistent index types }