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

global b
probe begin {
  a <<< 2;
  b[4] <<< 4;
}