summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/ten.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/ten.stp')
-rwxr-xr-xtestsuite/semko/ten.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/semko/ten.stp b/testsuite/semko/ten.stp
new file mode 100755
index 00000000..3e233228
--- /dev/null
+++ b/testsuite/semko/ten.stp
@@ -0,0 +1,5 @@
+#! stap -p2
+
+global foo
+probe p1 { foo = 1 }
+probe p2 { if (4 in foo) { } }