summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/twenty.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/twenty.stp')
-rwxr-xr-xtestsuite/parseko/twenty.stp8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/parseko/twenty.stp b/testsuite/parseko/twenty.stp
new file mode 100755
index 00000000..199fb9a8
--- /dev/null
+++ b/testsuite/parseko/twenty.stp
@@ -0,0 +1,8 @@
+#! stap -p1
+
+# 'return' in probe context
+
+probe begin
+{
+ return
+}