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

global array
probe begin
{
  array[1] = array[2] = 3;
  statvar <<< value <<< 4;
}