summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/thirtyone.stp
blob: dcb4fa7e300d353cf0df24cfc2eed5c7fa94fee0 (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

probe end
{
	x[10] <<< 1
	x[10] = 10
}