diff options
Diffstat (limited to 'testsuite/semko/thirtyone.stp')
-rwxr-xr-x | testsuite/semko/thirtyone.stp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/semko/thirtyone.stp b/testsuite/semko/thirtyone.stp new file mode 100755 index 00000000..4b6e98d5 --- /dev/null +++ b/testsuite/semko/thirtyone.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] = 10 +} + |