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

# need one of these for each prohibited statistic operation

global x

probe end
{
	x <<< 10 <<< 11  # but see PR 1922
}