summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/twenty.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/twenty.stp')
-rwxr-xr-xtestsuite/semko/twenty.stp7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/semko/twenty.stp b/testsuite/semko/twenty.stp
new file mode 100755
index 00000000..899efdc1
--- /dev/null
+++ b/testsuite/semko/twenty.stp
@@ -0,0 +1,7 @@
+#! stap -p2
+
+function a:string () { }
+
+probe begin {
+ a() + 1
+}