summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/fifteen.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/fifteen.stp')
-rwxr-xr-xtestsuite/parseko/fifteen.stp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/parseko/fifteen.stp b/testsuite/parseko/fifteen.stp
new file mode 100755
index 00000000..35208740
--- /dev/null
+++ b/testsuite/parseko/fifteen.stp
@@ -0,0 +1,6 @@
+#! stap -p1
+
+probe begin
+{
+ foreach ([x+,y-] in a) {}
+}