summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/eight.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseok/eight.stp')
-rwxr-xr-xtestsuite/parseok/eight.stp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/parseok/eight.stp b/testsuite/parseok/eight.stp
new file mode 100755
index 00000000..0da5c8d2
--- /dev/null
+++ b/testsuite/parseok/eight.stp
@@ -0,0 +1,6 @@
+#! stap -p1
+
+probe all
+{
+ "1" in a1; ("1", 2) in a2; (a) in a3;
+}