summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/thirty.stp
blob: 57278af0cb6db70586f7450a6b35c80de28730cf (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 <<< 1
	x = 10
}