summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/twentyfour.stp
blob: da6979bba1cd7df5a34f8f74aa091066038bce67 (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
{
	y = x
}