summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/twentyeight.stp
blob: 68590f8622e9b4a4aa0a121f0d81baa512a0fea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! stap -p2

# need one of these for each prohibited statistic operation

global log_hist(x, 10)

probe end
{
	x <<< 10
	x++
}