summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/twentyfive.stp
blob: 7ac7e09973fecef3b4a912c21fe039c9da34cfcc (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), log_hist(y, 10)


probe end
{
	x = y[10]
}