summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/twentynine.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/twentynine.stp')
-rwxr-xr-xtestsuite/semko/twentynine.stp11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/semko/twentynine.stp b/testsuite/semko/twentynine.stp
new file mode 100755
index 00000000..8cc2e2d5
--- /dev/null
+++ b/testsuite/semko/twentynine.stp
@@ -0,0 +1,11 @@
+#! stap -p2
+
+# need one of these for each prohibited statistic operation
+
+global log_hist(x, 10)
+
+probe end
+{
+ x <<< 10 <<< 11
+}
+