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