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

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