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

# need one of these for each prohibited statistic operation

global x


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