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

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