diff options
Diffstat (limited to 'testsuite/semok/twentysix.stp')
-rw-r--r-- | testsuite/semok/twentysix.stp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/semok/twentysix.stp b/testsuite/semok/twentysix.stp new file mode 100644 index 00000000..b18a490d --- /dev/null +++ b/testsuite/semok/twentysix.stp @@ -0,0 +1,4 @@ +#! stap -p2 + +probe begin,begin(10),end,end(10),error,error(10) +{ println (pp()) } |