summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/thirteen.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseok/thirteen.stp')
-rwxr-xr-xtestsuite/parseok/thirteen.stp8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/parseok/thirteen.stp b/testsuite/parseok/thirteen.stp
new file mode 100755
index 00000000..7c8c5d4b
--- /dev/null
+++ b/testsuite/parseok/thirteen.stp
@@ -0,0 +1,8 @@
+#! stap -p1
+
+probe one
+{
+ foreach ([x+,y] in a) ;
+ foreach ([x,y-] in a) ;
+ foreach ([x,y] in a+) ;
+}