summaryrefslogtreecommitdiffstats
path: root/testsuite/semok
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok')
-rwxr-xr-xtestsuite/semok/thirtyseven.stp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/semok/thirtyseven.stp b/testsuite/semok/thirtyseven.stp
new file mode 100755
index 00000000..fb378359
--- /dev/null
+++ b/testsuite/semok/thirtyseven.stp
@@ -0,0 +1,6 @@
+#! stap -wWp2
+
+# PR 11075
+
+global foo # evokes warning
+probe begin { exit() }