diff options
Diffstat (limited to 'testsuite/parseok')
-rwxr-xr-x | testsuite/parseok/thirteen.stp | 8 |
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+) ; +} |