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

# need one of these for each prohibited statistic operation

global x, y


probe end
{
	x = y[10]
}