summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/three.stp
blob: 7a64a93c9342911a7e8eb3e056a32924e69eb247 (plain)
1
2
3
4
5
6
7
#! stap -p2

global b
probe foo {
  a <<< 2;
  b[a] = 4; # must not index with stats variable
}