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

# need one of these for each prohibited statistic operation

global x

probe end
{
	x <<< 10 <<< 11
}